Partager via


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

Définition

Obtient la valeur de la propriété demandée dont le type de données est 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

Paramètres

collectionPath
String

Chemin d'accès de la collection de la propriété.

propertyName
String

Nom de la propriété.

value
Int32

Valeur récupérée

Retours

True en cas de réussite.

S’applique à