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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.