ILayerDependencyLink Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Link from a layer to another layer that it depends on.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
Public Interface ILayerDependencyLink _
Inherits ILayerLink, ILayerElement
public interface ILayerDependencyLink : ILayerLink,
ILayerElement
public interface class ILayerDependencyLink : ILayerLink,
ILayerElement
type ILayerDependencyLink =
interface
interface ILayerLink
interface ILayerElement
end
public interface ILayerDependencyLink extends ILayerLink, ILayerElement
The ILayerDependencyLink type exposes the following members.
Properties
Name | Description | |
---|---|---|
Description | (Inherited from ILayerElement.) | |
Direction | Get/set the link direction (Forwards, Backwards and Bidirectional). | |
Id | (Inherited from ILayerElement.) | |
IsDeleted | (Inherited from ILayerElement.) | |
Name | (Inherited from ILayerElement.) | |
Properties | (Inherited from ILayerElement.) | |
Source | Get the source layer. | |
Target | Get the target layer. |
Top
Extension Methods
Name | Description | |
---|---|---|
Delete() | Overloaded. Delete the link. (Defined by Extensions.) | |
Delete() | Overloaded. Delete the element. (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