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