nonbrowsable

指示接口成员在属性浏览器不应显示。

[nonbrowsable]

备注

nonbrowsable C++ 特性具有与 nonbrowsable MIDL 属性相同。

示例

// cpp_attr_ref_nonbrowsable.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLib")];

[object, helpstring("help string"), helpstringcontext(1), 
uuid="11111111-1111-1111-1111-111111111111"] 
__interface IMyI
{
   [nonbrowsable] HRESULT xx();
};

要求

属性上下文

适用对象

接口方法

可重复

必需的特性

无效的特性

有关属性上下文的更多信息,请参见 属性上下文

请参见

其他资源

IDL特性

方案属性

Attributes Samples