LinkConnectDirective.SourceDirectives Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of SourceDirectives. Role directives specifying how a an element is connected to the source of a link.
public:
property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::RolePlayerConnectDirective ^> ^ SourceDirectives { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::RolePlayerConnectDirective ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirective> SourceDirectives { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.SourceDirectives : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirective>
Public ReadOnly Property SourceDirectives As LinkedElementCollection(Of RolePlayerConnectDirective)
Property Value
- Attributes