PropertyPath(String) Konstruktor

Definition

Initialisiert eine neue Instanz der PropertyPath-Klasse basierend auf einer Pfadzeichenfolge.

public:
 PropertyPath(Platform::String ^ path);
 PropertyPath(winrt::hstring const& path);
public PropertyPath(string path);
function PropertyPath(path)
Public Sub New (path As String)

Parameter

path
String

Platform::String

winrt::hstring

Die Zu erstellende Pfadzeichenfolge.

Gilt für:

Weitere Informationen