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

속성 값

대상 요소의 속성에 대한 경로입니다.

적용 대상