Share via


TargetPropertyPath.Path Properti

Definisi

Mendapatkan atau mengatur jalur ke properti pada elemen target.

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

Nilai Properti

Jalur ke properti pada elemen target.

Berlaku untuk