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

