DialogStateManager.GetBoolValue(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.
Obtenez une valeur bool à partir de la mémoire à l’aide d’une expression de chemin d’accès.
public bool GetBoolValue (string pathExpression, bool defaultValue = false);
member this.GetBoolValue : string * bool -> bool
Public Function GetBoolValue (pathExpression As String, Optional defaultValue As Boolean = false) As Boolean
Paramètres
- pathExpression
- String
Expression de chemin d’accès.
- defaultValue
- Boolean
Valeur par défaut si la valeur n’existe pas.
Retours
Bool ou null si le chemin d’accès n’est pas valide.