Sdílet prostřednictvím


SettingsStore.TryGetUInt32(String, String, UInt32) Metoda

Definice

Získá hodnotu požadované vlastnosti, jejíž datový typ je Int32.

public virtual bool TryGetUInt32 (string collectionPath, string propertyName, out uint value);
abstract member TryGetUInt32 : string * string * uint32 -> bool
override this.TryGetUInt32 : string * string * uint32 -> bool
Public Overridable Function TryGetUInt32 (collectionPath As String, propertyName As String, ByRef value As UInteger) As Boolean

Parametry

collectionPath
String

Cesta kolekce vlastnosti.

propertyName
String

Název vlastnosti.

value
UInt32

Načtená hodnota

Návraty

True if successful

Platí pro