IVsNavInfo.GetSymbolType(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识符号的类型。
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 值之一。
返回
如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。
注解
COM 签名
从 vsshell80:
HRESULT IVsNavInfo::GetSymbolType(
[out] DWORD * pdwType
);