Partager via


SettingsStore.TryGetUInt64(String, String, UInt64) Méthode

Définition

Obtient la valeur de la propriété demandée dont le type de données est Int64.

public virtual bool TryGetUInt64 (string collectionPath, string propertyName, out ulong value);
abstract member TryGetUInt64 : string * string * uint64 -> bool
override this.TryGetUInt64 : string * string * uint64 -> bool
Public Overridable Function TryGetUInt64 (collectionPath As String, propertyName As String, ByRef value As ULong) 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
UInt64

Valeur récupérée

Retours

True en cas de réussite.

S’applique à