Udostępnij za pośrednictwem


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

 

Ustawia wartość właściwości liczba całkowita 64-bitowa bez znaku.Jeśli theprevious typ danych właściwości nie jest SettingsType_Int64, ta metoda zastępuje go.Jeśli właściwość nie istnieje, tworzy jeden.

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

Składnia

int SetUnsignedInt64(
    string collectionPath,
    string propertyName,
    ulong value
)
int SetUnsignedInt64(
    String^ collectionPath,
    String^ propertyName,
    unsigned long long value
)
abstract SetUnsignedInt64 : 
        collectionPath:string *
        propertyName:string *
        value:uint64 -> int
Function SetUnsignedInt64 (
    collectionPath As String,
    propertyName As String,
    value As ULong
) As Integer

Parametry

  • collectionPath
    [w] Ścieżka do kolekcji.
  • propertyName
    [w] Właściwość.
  • value
    [w] Wartość.

Wartość zwracana

Type: System.Int32

Zwraca T:Microsoft.VisualStudio.VSConstants.S_OK , jeśli ustawiono wartość.Jeśli kolekcja nie istnieje, metoda zwraca T:Microsoft.VisualStudio.VSConstants.E_INVALIDARG.

Zobacz też

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

Powrót do początku