PropertyPathHasPath.GetPathToProperty(PropertyPath) 方法

定义

获取 PathToProperty。

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ GetPathToProperty(Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath GetPathToProperty (Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetPathToProperty : Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath -> Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
Public Shared Function GetPathToProperty (element As PropertyPath) As DomainPath

参数

element
PropertyPath

返回

DomainPath
属性

适用于