Compartir a través de


SettingsStore.TryGetInt64(String, String, Int64) Método

Definición

Obtiene el valor de la propiedad solicitada cuyo tipo de datos es Int64.

public virtual bool TryGetInt64 (string collectionPath, string propertyName, out long value);
abstract member TryGetInt64 : string * string * int64 -> bool
override this.TryGetInt64 : string * string * int64 -> bool
Public Overridable Function TryGetInt64 (collectionPath As String, propertyName As String, ByRef value As Long) As Boolean

Parámetros

collectionPath
String

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

propertyName
String

Nombre de la propiedad.

value
Int64

Valor recuperado

Devoluciones

True si se realiza correctamente.

Se aplica a