DescriptionAttribute Constructors

Definition

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()

Initializes a new instance of the DescriptionAttribute class with no parameters.

public:
 DescriptionAttribute();
public DescriptionAttribute ();
Public Sub New ()

Applies to

DescriptionAttribute(String)

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.

Applies to