Share via


LinkConnectDirective.TargetDirectives Property

Gets a list of TargetDirectives. Role directives specifying how a an element is connected to the target of a link.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public ReadOnly Property TargetDirectives As LinkedElementCollection(Of RolePlayerConnectDirective)
public LinkedElementCollection<RolePlayerConnectDirective> TargetDirectives { get; }
public:
property LinkedElementCollection<RolePlayerConnectDirective^>^ TargetDirectives {
    LinkedElementCollection<RolePlayerConnectDirective^>^ get ();
}
member TargetDirectives : LinkedElementCollection<RolePlayerConnectDirective> with get
function get TargetDirectives () : LinkedElementCollection<RolePlayerConnectDirective>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<RolePlayerConnectDirective>

.NET Framework Security

See Also

Reference

LinkConnectDirective Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace