ILayer.OutgoingDependencyLinks Property
Get the outgoing dependency links.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
ReadOnly Property OutgoingDependencyLinks As IEnumerable(Of ILayerDependencyLink)
IEnumerable<ILayerDependencyLink> OutgoingDependencyLinks { get; }
property IEnumerable<ILayerDependencyLink^>^ OutgoingDependencyLinks {
IEnumerable<ILayerDependencyLink^>^ get ();
}
abstract OutgoingDependencyLinks : IEnumerable<ILayerDependencyLink> with get
function get OutgoingDependencyLinks () : IEnumerable<ILayerDependencyLink>
Property Value
Type: IEnumerable<ILayerDependencyLink>
.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
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
CreateDependencyLinks