Sdílet prostřednictvím


IVsNavInfo.GetSymbolType – metoda (UInt32)

 

Určuje typ symbolu.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntaxe

int GetSymbolType(
    out uint pdwType
)
int GetSymbolType(
    [OutAttribute] unsigned int% pdwType
)
abstract GetSymbolType : 
        pdwType:uint32 byref -> int
Function GetSymbolType (
    <OutAttribute> ByRef pdwType As UInteger
) As Integer

Parametry

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Poznámky

Podpis COM

Z vsshell80.idl:

HRESULT IVsNavInfo::GetSymbolType(
   [out] DWORD * pdwType
);

Viz také

IVsNavInfo – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek