IVsNavInfo.GetSymbolType(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);