Partager via


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

Définition

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

Paramètres

collectionPath
String

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

propertyName
String

Nom de la propriété.

value
UInt32

Valeur récupérée

Retours

True en cas de réussite.

S’applique à