| title |
nonbrowsable | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
language-reference |
| f1_keywords |
|
| dev_langs |
|
| helpviewer_keywords |
|
| ms.assetid |
e71a98e7-4b65-454a-9829-342b9f2a84be |
| caps.latest.revision |
9 |
| author |
mikeblome |
| ms.author |
mblome |
| manager |
ghogen |
Indicates that an interface member should not be displayed in a property browser.
Remarks
The nonbrowsable C++ attribute has the same functionality as the nonbrowsable MIDL attribute.
// 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();
};
|
|
| Applies to |
Interface method |
| Repeatable |
No |
| Required attributes |
None |
| Invalid attributes |
None |
For more information about the attribute contexts, see Attribute Contexts.
IDL Attributes
Method Attributes