Aracılığıyla paylaş


DecoratedNameAttribute Oluşturucular

Tanım

DecoratedNameAttribute sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

DecoratedNameAttribute()

DecoratedNameAttribute sınıfının yeni bir örneğini başlatır.

DecoratedNameAttribute(String)

Belirtilen süslü adı kullanarak sınıfın DecoratedNameAttribute yeni bir örneğini başlatır.

DecoratedNameAttribute()

DecoratedNameAttribute sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

DecoratedNameAttribute(String)

Belirtilen süslü adı kullanarak sınıfın DecoratedNameAttribute yeni bir örneğini başlatır.

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)

Parametreler

pszDecoratedNamedecoratedName
String

Bir yöntemin süslü adı.

Şunlara uygulanır