DescriptionAttribute Constructors
Definition
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 DescriptionAttribute class.
Overloads
DescriptionAttribute() |
Initializes a new instance of the DescriptionAttribute class with no parameters. |
DescriptionAttribute(String) |
Initializes a new instance of the DescriptionAttribute class with a description. |
DescriptionAttribute()
- Source:
- DescriptionAttribute.cs
- Source:
- DescriptionAttribute.cs
- Source:
- DescriptionAttribute.cs
Initializes a new instance of the DescriptionAttribute class with no parameters.
public:
DescriptionAttribute();
public DescriptionAttribute ();
Public Sub New ()
Applies to
DescriptionAttribute(String)
- Source:
- DescriptionAttribute.cs
- Source:
- DescriptionAttribute.cs
- Source:
- DescriptionAttribute.cs
Initializes a new instance of the DescriptionAttribute class with a description.
public:
DescriptionAttribute(System::String ^ description);
public DescriptionAttribute (string description);
new System.ComponentModel.DescriptionAttribute : string -> System.ComponentModel.DescriptionAttribute
Public Sub New (description As String)
Parameters
- description
- String
The description text.