ElementMergeDirectiveHasForwardingPath.SetForwardingElementMergeDirective 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 ForwardingElementMergeDirective.
public:
static void SetForwardingElementMergeDirective(Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::ElementMergeDirective ^ newElementMergeDirective);
[System.Diagnostics.DebuggerStepThrough]
public static void SetForwardingElementMergeDirective (Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath element, Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective newElementMergeDirective);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetForwardingElementMergeDirective : Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath * Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective -> unit
Public Shared Sub SetForwardingElementMergeDirective (element As DomainPath, newElementMergeDirective As ElementMergeDirective)
Parameters
- element
- DomainPath
- newElementMergeDirective
- ElementMergeDirective
- Attributes