PropertyPath(String) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe PropertyPath en fonction d’une chaîne de chemin d’accès.
public:
PropertyPath(Platform::String ^ path);
PropertyPath(winrt::hstring const& path);
public PropertyPath(string path);
function PropertyPath(path)
Public Sub New (path As String)
Paramètres
- path
-
String
Platform::String
winrt::hstring
Chaîne de chemin d’accès avec laquelle construire.