Condividi tramite


SettingsStore.TryGetUInt64(String, String, UInt64) Metodo

Definizione

Ottiene il valore della proprietà richiesta il cui tipo di dati è 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

Parametri

collectionPath
String

Percorso della raccolta della proprietà.

propertyName
String

Nome della proprietà.

value
UInt64

Valore recuperato

Restituisce

true se l'operazione ha esito positivo.

Si applica a