Udostępnij za pośrednictwem


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

 

Zwraca właściwość 64-bitowa bez znaku long integer daną wartość domyślną.

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

  • collectionPath
    [w] Ścieżka kolekcji.
  • propertyName
    [w] Nazwa właściwości.
  • defaultValue
    [w] Aby powrócić, jeśli właściwość nie jest ustawiona wartość domyślna.
  • value
    [out] Wartość.

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 niepodpisany liczba całkowita długa.

Zobacz też

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

Powrót do początku