Compartir a través de


SettingsStore.TryGetUInt32(String, String, UInt32) Método

Definición

Obtiene el valor de la propiedad solicitada cuyo tipo de datos es 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

Parámetros

collectionPath
String

Ruta de acceso de la colección de la propiedad.

propertyName
String

Nombre de la propiedad.

value
UInt32

Valor recuperado

Devoluciones

True si se realiza correctamente.

Se aplica a