Udostępnij za pośrednictwem


Metoda IVsWritableSettingsStore.GetUnsignedInt — (String, String, UInt32)

 

Zwraca wartość właściwości liczba całkowita 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 GetUnsignedInt(
    string collectionPath,
    string propertyName,
    out uint value
)
int GetUnsignedInt(
    String^ collectionPath,
    String^ propertyName,
    [OutAttribute] unsigned int% value
)
abstract GetUnsignedInt : 
        collectionPath:string *
        propertyName:string *
        value:uint32 byref -> int
Function GetUnsignedInt (
    collectionPath As String,
    propertyName As String,
    <OutAttribute> ByRef value As UInteger
) As Integer

Parametry

  • collectionPath
    [w] Ścieżka kolekcji.
  • propertyName
    [w] Nazwa właściwości.
  • 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 F:Microsoft.VisualStudio.E_INVALIDARG , jeśli typ właściwości nie jest liczbą całkowitą bez znaku.

Implementuje

IVsSettingsStore.GetUnsignedInt(String, String, UInt32)

Zobacz też

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

Powrót do początku