HelpContextType Enum
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.
Defines identifiers that indicate information about the context in which a request for Help information originated.
public enum class HelpContextType
public enum HelpContextType
type HelpContextType =
Public Enum HelpContextType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Ambient | 0 | A general context. |
Window | 1 | A window. |
Selection | 2 | A selection. |
ToolWindowSelection | 3 | A tool window selection. |
Remarks
HelpContextType defines identifiers that are used by the Help system to determine the context in which a Help request was initiated.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.