PropertyPath(String) Konstruktor

Definition

Initialisiert eine neue instance 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 Pfadzeichenfolge, mit der erstellt werden soll.

Gilt für:

Weitere Informationen