helpstringcontext
Spécifie l'ID d'une rubrique d'aide dans un fichier de .hlp ou .chm.
[ helpstringcontext(
contextID
) ]
Paramètres
- contextID
un identificateur de contexte d'aide 32 bits dans le fichier d'aide.
Notes
L'attribut de helpstringcontext C++ a les mêmes fonctionnalités que l'attribut de helpstringcontext ).
Exemple
// cpp_attr_ref_helpstringcontext.cpp
// compile with: /LD
#include <unknwn.h>
[module(name="MyLib")];
[ object,
helpstring("help string"),
helpstringcontext(1),
uuid="11111111-1111-1111-1111-111111111111"
]
__interface IMyI
{
HRESULT xx();
};
Configuration requise
contexte d'attribut
S'applique à |
classe, interface, méthode d'interface |
reproductible |
Non |
attributs requis |
Aucun |
attributs valides |
Aucun |
Pour plus d'informations, consultez contextes d'attribut.