Share via


TargetPropertyPath.Path Eigenschaft

Definition

Ruft den Pfad zur -Eigenschaft für das Zielelement ab oder legt diesen fest.

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

Eigenschaftswert

Der Pfad zur -Eigenschaft des Zielelements.

Gilt für: