IVsNavInfo.GetSymbolType(UInt32) 方法

定义

标识符号的类型。

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

参数

pdwType
UInt32

_LIB_LISTTYPE2 值之一。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

注解

COM 签名

从 vsshell80:

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

适用于