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