Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.85 KB

extend-layer-diagrams.md

File metadata and controls

37 lines (27 loc) · 1.85 KB
titledescriptionms.datems.topichelpviewer_keywordsauthorms.authormanagerms.subservice
Extend dependency diagrams
Learn how you can write code to create and update dependency diagrams, and how to validate the structure of your program code against dependency diagrams in Visual Studio.
11/04/2016
conceptual
dependency diagrams, creating extensions
layer models
mgoertz-msft
mgoertz
mijacobs
modeling

Extend dependency diagrams

You can write code to create and update dependency diagrams and to validate the structure of your program code against dependency diagrams in Visual Studio. You can add commands that appear in the shortcut (context) menu of the diagrams, customize drag-and-drop gestures, and access the layer model from text templates. You can package these extensions into a Visual Studio Integration Extension (VSIX) and distribute them to other Visual Studio users.

Requirements

You must have the following installed on the computer where you want to develop your layer extensions:

[!INCLUDEmodeling_sdk_info]

You must have a suitable edition of Visual Studio installed on the computer where you want to run your layer extensions. To see which editions of Visual Studio support dependency diagrams, see Edition support for architecture and modeling tools.

Related content

close