PropertyPathHasPath.SetPathToProperty(PropertyPath, DomainPath) 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 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