TargetPropertyPath.Path 属性

定义

获取或设置目标元素上的 属性的路径。

public:
 property PropertyPath ^ Path { PropertyPath ^ get(); void set(PropertyPath ^ value); };
PropertyPath Path();

void Path(PropertyPath value);
public PropertyPath Path { get; set; }
var propertyPath = targetPropertyPath.path;
targetPropertyPath.path = propertyPath;
Public Property Path As PropertyPath

属性值

目标元素上 属性的路径。

适用于