IDebugPrimitiveTypeField::GetPrimitiveType

检索与此字段关联的基元类型。

语法

int GetPrimitiveType (
   out uint pdwType
);

参数

pdwType
[out] 表示基元类型的 CorElementType 枚举 中的值。

返回值

如果成功,则 S_OK返回;否则返回 S_FALSE

另请参阅