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