DescriptionAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DescriptionAttribute.

Przeciążenia

DescriptionAttribute()

Inicjuje DescriptionAttribute nowe wystąpienie klasy bez parametrów.

DescriptionAttribute(String)

Inicjuje DescriptionAttribute nowe wystąpienie klasy z opisem.

DescriptionAttribute()

Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs

Inicjuje DescriptionAttribute nowe wystąpienie klasy bez parametrów.

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

Dotyczy

DescriptionAttribute(String)

Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs
Źródło:
DescriptionAttribute.cs

Inicjuje DescriptionAttribute nowe wystąpienie klasy z opisem.

public:
 DescriptionAttribute(System::String ^ description);
public DescriptionAttribute (string description);
new System.ComponentModel.DescriptionAttribute : string -> System.ComponentModel.DescriptionAttribute
Public Sub New (description As String)

Parametry

description
String

Tekst opisu.

Dotyczy