Share via


ElementMergeDirectiveHasForwardingPath.SetForwardingPath Method

Sets ForwardingPath.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

'Declaration
Public Shared Sub SetForwardingPath ( _
    element As ElementMergeDirective, _
    newForwardingPath As DomainPath _
)
public static void SetForwardingPath(
    ElementMergeDirective element,
    DomainPath newForwardingPath
)
public:
static void SetForwardingPath(
    ElementMergeDirective^ element, 
    DomainPath^ newForwardingPath
)
static member SetForwardingPath : 
        element:ElementMergeDirective * 
        newForwardingPath:DomainPath -> unit 
public static function SetForwardingPath(
    element : ElementMergeDirective, 
    newForwardingPath : DomainPath
)

Parameters

.NET Framework Security

See Also

Reference

ElementMergeDirectiveHasForwardingPath Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace