Share via


PropertyPathHasPath.SetPathToProperty(PropertyPath, DomainPath) Method

Definition

Sets PathToProperty.

public:
 static void SetPathToProperty(Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ newPath);
[System.Diagnostics.DebuggerStepThrough]
public static void SetPathToProperty (Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath element, Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath newPath);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetPathToProperty : Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath * Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath -> unit
Public Shared Sub SetPathToProperty (element As PropertyPath, newPath As DomainPath)

Parameters

element
PropertyPath
newPath
DomainPath
Attributes

Applies to