ILayerLink.Target Property
Get the target element.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
'Declaration
ReadOnly Property Target As ILayerElement
ILayerElement Target { get; }
property ILayerElement^ Target {
ILayerElement^ get ();
}
abstract Target : ILayerElement with get
function get Target () : ILayerElement
Property Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.ILayerElement
.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