helpstringcontext
Określa identyfikator tematu pomocy w pliku hlp lub chm.
Składnia
[ helpstringcontext(contextID) ]
Parametry
contextID
32-bitowy identyfikator kontekstu Pomocy w pliku Pomocy .
Uwagi
Atrybut helpstringcontext C++ ma taką samą funkcjonalność jak atrybut helpstringcontext ODL.
Przykład
// 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();
};
Wymagania
Kontekst atrybutu | Wartość |
---|---|
Dotyczy | class , interfejs, metoda interfejsu |
Powtarzalne | Nie. |
Wymagane atrybuty | Brak |
Nieprawidłowe atrybuty | Brak |
Aby uzyskać więcej informacji, zobacz Konteksty atrybutów.
Zobacz też
Atrybuty IDL
Atrybuty interfejsu
Atrybuty klasy
Atrybuty metody
module