IDiaLineNumber::get_compiland

检索对提供字节图像文本的编译符号。

HRESULT get_compiland ( 
   IDiaSymbol** pRetVal
);

参数

  • pRetVal
    [out] 返回提供字节图像文本的 compiland 中 IDiaSymbol 对象。

返回值

如果成功,则返回 S_OK。,如果此属性不受支持,返回 S_FALSE 。否则,返回错误代码。

请参见

参考

IDiaLineNumber