LinkConnectDirective.SourceDirectives Property
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public ReadOnly Property SourceDirectives As LinkedElementCollection(Of RolePlayerConnectDirective)
'Usage
Dim instance As LinkConnectDirective
Dim value As LinkedElementCollection(Of RolePlayerConnectDirective)
value = instance.SourceDirectives
public LinkedElementCollection<RolePlayerConnectDirective> SourceDirectives { get; }
public:
property LinkedElementCollection<RolePlayerConnectDirective^>^ SourceDirectives {
LinkedElementCollection<RolePlayerConnectDirective^>^ get ();
}
public 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.