ILayerDependencyLink.Source Property
Get the source layer.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
ILayer Source { get; }
property ILayer^ Source {
ILayer^ get();
}
abstract Source : ILayer with get
ReadOnly Property Source As ILayer
Property Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayer
See Also
ILayerDependencyLink Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top