DecoratedNameAttribute 建構函式

定義

初始化 DecoratedNameAttribute 類別的新執行個體。

多載

DecoratedNameAttribute()

初始化 DecoratedNameAttribute 類別的新執行個體。

DecoratedNameAttribute(String)

使用指定的裝飾名稱,初始化 DecoratedNameAttribute 類別的新執行個體。

DecoratedNameAttribute()

初始化 DecoratedNameAttribute 類別的新執行個體。

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

適用於

DecoratedNameAttribute(String)

使用指定的裝飾名稱,初始化 DecoratedNameAttribute 類別的新執行個體。

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)

參數

pszDecoratedNamedecoratedName
String

方法的裝飾名稱。

適用於