ILayerLink Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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
'Declaration
Public Interface ILayerLink _
Inherits ILayerElement
public interface ILayerLink : ILayerElement
public interface class ILayerLink : ILayerElement
type ILayerLink =
interface
interface ILayerElement
end
public interface ILayerLink extends ILayerElement
The ILayerLink type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | (Inherited from ILayerElement.) | |
Id | (Inherited from ILayerElement.) | |
IsDeleted | (Inherited from ILayerElement.) | |
Name | (Inherited from ILayerElement.) | |
Properties | (Inherited from ILayerElement.) | |
Source | Get the soure element. | |
Target | Get the target element. |
Top
Extension Methods
Name | Description | |
---|---|---|
Delete() | Overloaded. Delete the element. (Defined by Extensions.) | |
Delete() | Overloaded. Delete the link. (Defined by Extensions.) | |
GetShape | Get the shape that presents this layer element. (Defined by Extensions.) |
Top
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace