Condividi tramite


SettingsStore.TryGetUInt32(String, String, UInt32) Metodo

Definizione

Ottiene il valore della proprietà richiesta il cui tipo di dati è 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

Parametri

collectionPath
String

Percorso della raccolta della proprietà.

propertyName
String

Nome della proprietà.

value
UInt32

Valore recuperato

Restituisce

true se l'operazione ha esito positivo.

Si applica a