ModelingWindowPane.SelectionHelpService Property
Gets the selection help service.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Protected ReadOnly Property SelectionHelpService As IHelpService
protected IHelpService SelectionHelpService { get; }
protected:
property IHelpService^ SelectionHelpService {
IHelpService^ get ();
}
member SelectionHelpService : IHelpService with get
function get SelectionHelpService () : IHelpService
Property Value
Type: 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
- 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.