Compartir a través de


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

Definición

Obtiene el valor de la propiedad solicitada cuyo tipo de datos es 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

Parámetros

collectionPath
String

Ruta de acceso de la colección de la propiedad.

propertyName
String

Nombre de la propiedad.

value
UInt64

Valor recuperado

Devoluciones

True si se realiza correctamente.

Se aplica a