DescriptionAttribute Constructors

Definitie

Initialiseert een nieuw exemplaar van de DescriptionAttribute klasse.

Overloads

Name Description
DescriptionAttribute()

Initialiseert een nieuw exemplaar van de DescriptionAttribute klasse zonder parameters.

DescriptionAttribute(String)

Initialiseert een nieuw exemplaar van de DescriptionAttribute klasse met een beschrijving.

DescriptionAttribute()

Initialiseert een nieuw exemplaar van de DescriptionAttribute klasse zonder parameters.

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

Van toepassing op

DescriptionAttribute(String)

Initialiseert een nieuw exemplaar van de DescriptionAttribute klasse met een beschrijving.

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

De beschrijvingstekst.

Van toepassing op