SettingsStore.TryGetBoolean(String, String, Boolean) 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 Int32 booléen.
public virtual bool TryGetBoolean (string collectionPath, string propertyName, out bool value);
abstract member TryGetBoolean : string * string * bool -> bool
override this.TryGetBoolean : string * string * bool -> bool
Public Overridable Function TryGetBoolean (collectionPath As String, propertyName As String, ByRef value As Boolean) 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
- Boolean
Valeur récupérée
Retours
True en cas de réussite.