Sdílet prostřednictvím


SettingsStore.TryGetInt32(String, String, Int32) Metoda

Definice

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

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

Parametry

collectionPath
String

Cesta kolekce vlastnosti.

propertyName
String

Název vlastnosti.

value
Int32

Načtená hodnota

Návraty

True if successful

Platí pro