ILayerLink.Source Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Get the soure element.

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

'Declaration
ReadOnly Property Source As ILayerElement
ILayerElement Source { get; }
property ILayerElement^ Source {
    ILayerElement^ get ();
}
abstract Source : ILayerElement with get
function get Source () : ILayerElement

Property Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerElement

.NET Framework Security

See Also

Reference

ILayerLink Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace