LinkConnectDirective.SourceDirectives Property
Gets a list of SourceDirectives. Role directives specifying how a an element is connected to the source 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 SourceDirectives As LinkedElementCollection(Of RolePlayerConnectDirective)
public LinkedElementCollection<RolePlayerConnectDirective> SourceDirectives { get; }
public:
property LinkedElementCollection<RolePlayerConnectDirective^>^ SourceDirectives {
LinkedElementCollection<RolePlayerConnectDirective^>^ get ();
}
member SourceDirectives : LinkedElementCollection<RolePlayerConnectDirective> with get
function get SourceDirectives () : LinkedElementCollection<RolePlayerConnectDirective>
Property Value
Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<RolePlayerConnectDirective>
.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.