nonbrowsablenonbrowsable
Wskazuje, że element członkowski interfejsu nie powinien być wyświetlany w przeglądarce właściwości.Indicates that an interface member should not be displayed in a property browser.
SkładniaSyntax
[nonbrowsable]
UwagiRemarks
Atrybut nonbrowsable C++ ma takie same funkcje jak atrybut nonbrowsable MIDL.The nonbrowsable C++ attribute has the same functionality as the nonbrowsable MIDL attribute.
PrzykładExample
// 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();
};
WymaganiaRequirements
Kontekst atrybutuAttribute context | WartośćValue |
---|---|
DotyczyApplies to | Interface — MetodaInterface method |
PowtarzalnośćRepeatable | NieNo |
Wymagane atrybutyRequired attributes | BrakNone |
Nieprawidłowe atrybutyInvalid attributes | BrakNone |
Aby uzyskać więcej informacji na temat kontekstów atrybutów, zobacz konteksty atrybutów.For more information about the attribute contexts, see Attribute Contexts.