DecoratedNameAttribute Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy DecoratedNameAttribute.

Przeciążenia

DecoratedNameAttribute()

Inicjuje nowe wystąpienie klasy DecoratedNameAttribute.

DecoratedNameAttribute(String)

Inicjuje DecoratedNameAttribute nowe wystąpienie klasy przy użyciu określonej nazwy ozdobionej.

DecoratedNameAttribute()

Inicjuje nowe wystąpienie klasy DecoratedNameAttribute.

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

Dotyczy

DecoratedNameAttribute(String)

Inicjuje DecoratedNameAttribute nowe wystąpienie klasy przy użyciu określonej nazwy ozdobionej.

public:
 DecoratedNameAttribute(System::String ^ pszDecoratedName);
public:
 DecoratedNameAttribute(System::String ^ decoratedName);
public DecoratedNameAttribute (string pszDecoratedName);
public DecoratedNameAttribute (string decoratedName);
new Microsoft.VisualC.DecoratedNameAttribute : string -> Microsoft.VisualC.DecoratedNameAttribute
new Microsoft.VisualC.DecoratedNameAttribute : string -> Microsoft.VisualC.DecoratedNameAttribute
Public Sub New (pszDecoratedName As String)
Public Sub New (decoratedName As String)

Parametry

pszDecoratedNamedecoratedName
String

Dekorowana nazwa metody.

Dotyczy