Udostępnij za pośrednictwem


Metoda IVsWritableSettingsStore.GetUnsignedInt64OrDefault — (String, String, UInt64, UInt64)

 

Zwraca wartość domyślną danego właściwość 64-bitowa liczba całkowita długa bez znaku.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Składnia

int GetUnsignedInt64OrDefault(
    string collectionPath,
    string propertyName,
    ulong defaultValue,
    out ulong value
)
int GetUnsignedInt64OrDefault(
    String^ collectionPath,
    String^ propertyName,
    unsigned long long defaultValue,
    [OutAttribute] unsigned long long% value
)
abstract GetUnsignedInt64OrDefault : 
        collectionPath:string *
        propertyName:string *
        defaultValue:uint64 *
        value:uint64 byref -> int
Function GetUnsignedInt64OrDefault (
    collectionPath As String,
    propertyName As String,
    defaultValue As ULong,
    <OutAttribute> ByRef value As ULong
) As Integer

Parametry

  • defaultValue
    Type: System.UInt64

    [in] Wartość domyślna zwrócić, jeśli właściwość nie jest ustawiona.

Wartość zwracana

Type: System.Int32

Zwraca S_OK Jeśli właściwość został zwrócony, S_FALSE Jeśli właściwość nie istnieje lub E_INVALIDARG Jeśli typ właściwości nie jest długa całkowitą bez znaku.

Implementuje

IVsSettingsStore.GetUnsignedInt64OrDefault(String, String, UInt64, UInt64)

Zobacz też

Interfejs IVsWritableSettingsStore
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku