nonbrowsable
Indique qu'un membre d'interface ne doit pas être affiché dans l'Explorateur de propriétés.
[nonbrowsable]
Notes
L'attribut de nonbrowsable C++ a les mêmes fonctionnalités que l'attribut de nonbrowsable MIDL.
Exemple
// 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();
};
Configuration requise
contexte d'attribut
S'applique à |
méthode d'interface |
reproductible |
Non |
attributs requis |
Aucun |
attributs valides |
Aucun |
Pour plus d'informations sur les contextes d'attribut, consultez contextes d'attribut.