IVsWritableSettingsStore.GetUnsignedInt64OrDefault(String, String, UInt64, 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.
Retorna uma propriedade de inteiro longa sem sinal de 64 bits de um determinado valor padrão.
public:
int GetUnsignedInt64OrDefault(System::String ^ collectionPath, System::String ^ propertyName, System::UInt64 defaultValue, [Runtime::InteropServices::Out] System::UInt64 % value);
int GetUnsignedInt64OrDefault(std::wstring const & collectionPath, std::wstring const & propertyName, unsigned long defaultValue, [Runtime::InteropServices::Out] unsigned long & value);
public int GetUnsignedInt64OrDefault (string collectionPath, string propertyName, ulong defaultValue, out ulong value);
abstract member GetUnsignedInt64OrDefault : string * string * uint64 * -> int
Public Function GetUnsignedInt64OrDefault (collectionPath As String, propertyName As String, defaultValue As ULong, ByRef value As ULong) As Integer
Parâmetros
- collectionPath
- String
no O caminho da coleção.
- propertyName
- String
no O nome da propriedade.
- defaultValue
- UInt64
no O valor padrão a ser retornado se a propriedade não estiver definida.
- value
- UInt64
fora O valor.
Retornos
Retorna S_OK se a propriedade foi retornada, S_FALSE se a propriedade não existir ou E_INVALIDARG se o tipo de propriedade não for um inteiro longo sem sinal.