共用方式為


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

屬性值

目標專案上屬性的路徑。

適用於