SettingsStore.TryGetUInt64(String, String, UInt64) 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 é Int64.
public virtual bool TryGetUInt64 (string collectionPath, string propertyName, out ulong value);
abstract member TryGetUInt64 : string * string * uint64 -> bool
override this.TryGetUInt64 : string * string * uint64 -> bool
Public Overridable Function TryGetUInt64 (collectionPath As String, propertyName As String, ByRef value As ULong) As Boolean
Parâmetros
- collectionPath
- String
Caminho da coleção da propriedade .
- propertyName
- String
Nome da propriedade.
- value
- UInt64
O valor recuperado
Retornos
Verdadeiro se bem-sucedido