HelpKeywordAttribute Constructors
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.
Initializes a new instance of the HelpKeywordAttribute class.
HelpKeywordAttribute() |
Initializes a new instance of the HelpKeywordAttribute class. |
HelpKeywordAttribute(String) |
Initializes a new instance of the HelpKeywordAttribute class. |
HelpKeywordAttribute(Type) |
Initializes a new instance of the HelpKeywordAttribute class from the given type. |
- Source:
- HelpKeywordAttribute.cs
- Source:
- HelpKeywordAttribute.cs
- Source:
- HelpKeywordAttribute.cs
Initializes a new instance of the HelpKeywordAttribute class.
public:
HelpKeywordAttribute();
public HelpKeywordAttribute();
Public Sub New ()
Applies to
.NET 10 och andra versioner
Produkt | Versioner |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
- Source:
- HelpKeywordAttribute.cs
- Source:
- HelpKeywordAttribute.cs
- Source:
- HelpKeywordAttribute.cs
Initializes a new instance of the HelpKeywordAttribute class.
public:
HelpKeywordAttribute(System::String ^ keyword);
public HelpKeywordAttribute(string keyword);
new System.ComponentModel.Design.HelpKeywordAttribute : string -> System.ComponentModel.Design.HelpKeywordAttribute
Public Sub New (keyword As String)
Parameters
- keyword
- String
The Help keyword value.
Exceptions
keyword
is null
.
Applies to
.NET 10 och andra versioner
Produkt | Versioner |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
- Source:
- HelpKeywordAttribute.cs
- Source:
- HelpKeywordAttribute.cs
- Source:
- HelpKeywordAttribute.cs
Initializes a new instance of the HelpKeywordAttribute class from the given type.
public:
HelpKeywordAttribute(Type ^ t);
public HelpKeywordAttribute(Type t);
new System.ComponentModel.Design.HelpKeywordAttribute : Type -> System.ComponentModel.Design.HelpKeywordAttribute
Public Sub New (t As Type)
Parameters
- t
- Type
The type from which the Help keyword will be taken.
Exceptions
t
is null
.
Remarks
The Help keyword will be set to the FullName property of t
.
Applies to
.NET 10 och andra versioner
Produkt | Versioner |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Feedback om .NET
.NET är ett öppen källkod projekt. Välj en länk för att ge feedback: