ILayerElement Interface
Visual Studio 2015
The base for all elements in a layer diagram.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
| Name | Description | |
|---|---|---|
![]() | Description | Get/set the description. |
![]() | Id | Gets the unique identifier of this element. |
![]() | IsDeleted | Check whether this element has been deleted. |
![]() | Name | Get/set the unique name. |
![]() | Properties | Gets a string dictionary that you can use to store arbitrary data with each ILayerElement. |
| Name | Description | |
|---|---|---|
![]() | Delete() | Overloaded. Delete the element.(Defined by Extensions.) |
![]() | GetShape() | Get the shape that presents this layer element.(Defined by Extensions.) |
Show:

