共用方式為


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();
};

需求

屬性內容

適用於

介面方法

可重複

必要的屬性

None

無效的屬性

None

如需有關屬性內容的詳細資訊,請參閱屬性內容

請參閱

其他資源

IDL 屬性

方法屬性

Attributes Samples