helpstringcontext
Określa identyfikator tematu pomocy w pliku hlp lub chm.
[ helpstringcontext(
contextID
) ]
Parametry
- contextID
32-Bitowy identyfikator kontekstu Pomoc w pliku pomocy.
Uwagi
Helpstringcontext atrybut C++ ma taką samą funkcjonalność jak helpstringcontext Wykładowcom atrybut.
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
Atrybutu kontekstu
Stosuje się do |
Klasa, interface, metoda interfejsu |
Powtarzalne |
Nr |
Wymagane atrybuty |
Brak |
Nieprawidłowe atrybuty |
Brak |
Aby uzyskać więcej informacji, zobacz Kontekstów atrybutu.