HelpContextAttribute Members
Include Protected Members
Include Inherited Members
Defines a HelpContextAttribute attribute for the HelpContextAttribute class.
The HelpContextAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HelpContextAttribute(String) | Initializes a new instance of the HelpContextAttribute class by using an F1 keyword parameter. |
![]() |
HelpContextAttribute(String, String, String) | Initializes a new instance of the HelpContextAttribute class by using the F1 keyword, collection, and filter parameters. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Attribute.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Attribute.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
IsDefaultAttribute() | (Inherited from Attribute.) |
![]() |
Match(Object) | (Inherited from Attribute.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
F1Keyword | Gets or sets a String containing the keyword to be used in looking up Help. |
![]() |
HelpCollection | Gets or sets a String containing the Help collection from which to retrieve the Help. |
![]() |
HelpFilter | Gets or sets a String containing any filters that are in place to narrow down the search in the Help collection. |
![]() |
TypeId | (Inherited from Attribute.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
_Attribute.GetIDsOfNames(Guid%, IntPtr, UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.GetTypeInfoCount(UInt32%) | (Inherited from Attribute.) |
![]() ![]() |
_Attribute.Invoke(UInt32, Guid%, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) | (Inherited from Attribute.) |
Top