Partager via


SettingsStore.TryGetBoolean(String, String, Boolean) Méthode

Définition

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.

S’applique à