ILayerDependencyLink.Source Property

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

Get the source layer.

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 ILayer
ILayer Source { get; }
property ILayer^ Source {
    ILayer^ get ();
}
abstract Source : ILayer with get
function get Source () : ILayer

Property Value

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

.NET Framework Security

See Also

Reference

ILayerDependencyLink Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace