HelpContextAttribute Class
Defines a HelpContextAttribute attribute for the HelpContextAttribute class.
Assembly: Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)
| 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. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Attribute.) |
![]() | GetHashCode() | (Inherited from Attribute.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsDefaultAttribute() | (Inherited from Attribute.) |
![]() | Match(Object^) | (Inherited from Attribute.) |
![]() | ToString() | (Inherited from Object.) |
| 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.) |
Attributes enable programmers to attach custom information to various program entities and retrieve attribute information in a run-time environment. In the runtime, a custom attribute, such as HelpContextAttribute, allows you to use this property to signal and display context-sensitive Help for an application.
The HelpContextAttribute inherits from the attribute class in the Microsoft .NET Framework.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



