Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The base for all links in a layer model.
Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
public interface ILayerLink : ILayerElement
public interface class ILayerLink : ILayerElement
type ILayerLink = 
    interface
        interface ILayerElement
    end
Public Interface ILayerLink
    Inherits ILayerElement
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | Description | Get/set the description.(Inherited from ILayerElement.) | 
| .jpeg) | Id | Gets the unique identifier of this element.(Inherited from ILayerElement.) | 
| .jpeg) | IsDeleted | Check whether this element has been deleted.(Inherited from ILayerElement.) | 
| .jpeg) | Name | Get/set the unique name.(Inherited from ILayerElement.) | 
| .jpeg) | Properties | Gets a string dictionary that you can use to store arbitrary data with each ILayerElement.(Inherited from ILayerElement.) | 
| .jpeg) | Source | Get the soure element. | 
| .jpeg) | Target | Get the target element. | 
Extension Methods
| Name | Description | |
|---|---|---|
| .gif) | Delete() | Overloaded. Delete the link.(Defined by Extensions.) | 
| .gif) | GetShape() | Get the shape that presents this layer element.(Defined by Extensions.) | 
See Also
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top