Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HelpKeywordAttribute Constructor (Type^)

 

Initializes a new instance of the HelpKeywordAttribute class from the given type.

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
HelpKeywordAttribute(
	Type^ t
)

Parameters

t
Type: System::Type^

The type from which the Help keyword will be taken.

Exception Condition
ArgumentNullException

t is null.

The Help keyword will be set to the FullName property of t.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft