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
'Declaration
ReadOnly Property Source As ILayer
Get
ILayer Source { get; }
property ILayer^ Source {
ILayer^ get ();
}
abstract Source : ILayer
function get Source () : ILayer
Property Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayer
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ILayerDependencyLink Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace