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

メソッドの装飾名。

適用対象