ModelingWindowPane.HelpService Property

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

See Also

Reference

ModelingWindowPane Class

ModelingWindowPane Members

Microsoft.VisualStudio.Modeling.Shell Namespace