Partager via


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

Définition

Obtient la valeur de la propriété demandée dont le type de données est 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

Paramètres

collectionPath
String

Chemin d'accès de la collection de la propriété.

propertyName
String

Nom de la propriété.

value
Int64

Valeur récupérée

Retours

True en cas de réussite.

S’applique à