SettingsStore.TryGetString(String, String, String) Méthode
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.
Obtient la valeur de la propriété demandée dont le type de données est String.
public virtual bool TryGetString (string collectionPath, string propertyName, out string value);
abstract member TryGetString : string * string * string -> bool
override this.TryGetString : string * string * string -> bool
Public Overridable Function TryGetString (collectionPath As String, propertyName As String, ByRef value As String) As Boolean
Paramètres
- collectionPath
- String
Chemin d'accès de la collection de la propriété.
- propertyName
- String
Nom de la propriété.
- value
- String
Valeur récupérée
Retours
True en cas de réussite.