Gets support for Help topics, including adding and subtracting Help keywords.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'宣言
Protected ReadOnly Property HelpService As IHelpService
'使用
Dim value As IHelpService
value = Me.HelpService
protected IHelpService HelpService { get; }
protected:
property IHelpService^ HelpService {
IHelpService^ get ();
}
protected function get HelpService () : IHelpService
Property Value
Type: System.ComponentModel.Design.IHelpService
The IHelpService interface.
Remarks
This property invokes the IHelpService interface.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.