ModelingWindowPane.SelectionHelpService Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Help context managed by this window. Help keywords and attributes placed in this context have priority HelpContextType.Selection for document windows and HelpContextType.ToolWindowSelection for tool windows. The context is cleared on each selection change, so derived class that use this context should override OnSelectionChanged to keep it up-to-date.
protected:
property System::ComponentModel::Design::IHelpService ^ SelectionHelpService { System::ComponentModel::Design::IHelpService ^ get(); };
protected System.ComponentModel.Design.IHelpService SelectionHelpService { get; }
member this.SelectionHelpService : System.ComponentModel.Design.IHelpService
Protected ReadOnly Property SelectionHelpService As IHelpService