DecoratedNameAttribute 构造函数

定义

初始化 DecoratedNameAttribute 类的新实例。Initializes a new instance of the DecoratedNameAttribute class.

重载

DecoratedNameAttribute()

初始化 DecoratedNameAttribute 类的新实例。Initializes a new instance of the DecoratedNameAttribute class.

DecoratedNameAttribute(String)

使用指定的修饰名初始化 DecoratedNameAttribute 类的新实例。Initializes a new instance of the DecoratedNameAttribute class using the specified decorated name.

DecoratedNameAttribute()

初始化 DecoratedNameAttribute 类的新实例。Initializes a new instance of the DecoratedNameAttribute class.

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

适用于

DecoratedNameAttribute(String)

使用指定的修饰名初始化 DecoratedNameAttribute 类的新实例。Initializes a new instance of the DecoratedNameAttribute class using the specified decorated name.

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

方法的修饰名。The decorated name of a method.

适用于