Sdílet prostřednictvím


SettingsStore.TryGetUInt64(String, String, UInt64) Metoda

Definice

Získá hodnotu požadované vlastnosti, jejíž datový typ je 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

Parametry

collectionPath
String

Cesta kolekce vlastnosti.

propertyName
String

Název vlastnosti.

value
UInt64

Načtená hodnota

Návraty

Pravda v případě úspěchu

Platí pro