Visual Basic (Declaration) | |
---|---|
Public Enum ContextAttributeUsage Inherits Enum |
C# | |
---|---|
public enum ContextAttributeUsage : Enum |
Member | Description |
---|---|
UsageHelpTopic | Attribute is a .chm file keyword (inteded only for custom implementation of IEnvironmentHelp). |
UsageFilter | Attribute is pushed into the context bag, see VSUC_Usage_Filter |
UsageLookup | Keyword is pushed into the context bag. The topic corresponding to this keyword shows in the Dynamic Help window, see VSUC_Usage_Lookup |
UsageLookupF1 | F1 keyword is pushed into the context bag. The topic corresponding to this keyword shows in the Dynamic Help window and is used to find F1 topics, see VSUC_Usage_LookupF1. |
UsageLookupCaseSensitive | Lookup with with case sensitivity, VSUC_Usage_Lookup_CaseSensitive |
UsageLookupF1CaseSensitive | VSUC_Usage_LookupF1 with case sensitivity, see VSUC_Usage_LookupF1_CaseSensitive |
System.Object
System.ValueType
System.Enum
DataDynamics.Reports.Windows.Forms.Utils.ContextAttributeUsage