SettingsStore.TryGetUInt32(String, String, UInt32) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém o valor da propriedade solicitada cujo tipo de dados é 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
Caminho da coleção da propriedade .
- propertyName
- String
Nome da propriedade.
- value
- UInt32
O valor recuperado
Retornos
Verdadeiro se bem-sucedido