PropertyPathHasPath.SetPathToProperty(PropertyPath, DomainPath) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置 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)
参数
- element
- PropertyPath
- newPath
- DomainPath
- 属性