Compartir a través de


SettingsStore.TryGetInt32(String, String, Int32) Método

Definición

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

Parámetros

collectionPath
String

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

propertyName
String

Nombre de la propiedad.

value
Int32

Valor recuperado

Devoluciones

True si se realiza correctamente.

Se aplica a