Share via


IVsNavInfo.GetSymbolType(UInt32) Method

Definition

Identifies the type of the symbol.

public:
 int GetSymbolType([Runtime::InteropServices::Out] System::UInt32 % pdwType);
int GetSymbolType([Runtime::InteropServices::Out] unsigned int & pdwType);
public int GetSymbolType (out uint pdwType);
abstract member GetSymbolType : uint32 -> int
Public Function GetSymbolType (ByRef pdwType As UInteger) As Integer

Parameters

pdwType
UInt32

[out] One of the _LIB_LISTTYPE2 values.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

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

Applies to