LinkConnectDirectiveHasSourceDirectives.SetSourceOf Method
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.
Sets SourceOf.
public:
static void SetSourceOf(Microsoft::VisualStudio::Modeling::DslDefinition::RolePlayerConnectDirective ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::LinkConnectDirective ^ newSourceOf);
[System.Diagnostics.DebuggerStepThrough]
public static void SetSourceOf (Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirective element, Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirective newSourceOf);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetSourceOf : Microsoft.VisualStudio.Modeling.DslDefinition.RolePlayerConnectDirective * Microsoft.VisualStudio.Modeling.DslDefinition.LinkConnectDirective -> unit
Public Shared Sub SetSourceOf (element As RolePlayerConnectDirective, newSourceOf As LinkConnectDirective)
Parameters
- element
- RolePlayerConnectDirective
- newSourceOf
- LinkConnectDirective
- Attributes