Share via


ModelingWindowPane.SelectionHelpService Property

Gets the selection help service.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Protected ReadOnly Property SelectionHelpService As IHelpService
'Usage
Dim value As IHelpService 

value = Me.SelectionHelpService
protected IHelpService SelectionHelpService { get; }
protected:
property IHelpService^ SelectionHelpService {
    IHelpService^ get ();
}
protected function get SelectionHelpService () : IHelpService

Property Value

Type: System.ComponentModel.Design.IHelpService
The IHelpService interface for the local context.

Remarks

The Help keywords and attributes placed in this context have priority Selection for document windows and ToolWindowSelection for tool windows. The context is cleared on each selection change, so derived classes that use this context should override OnSelectionChanged to keep it up-to-date.

.NET Framework Security

See Also

Reference

ModelingWindowPane Class

ModelingWindowPane Members

Microsoft.VisualStudio.Modeling.Shell Namespace