DecoratedNameAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DecoratedNameAttribute class.
Overloads
DecoratedNameAttribute() |
Initializes a new instance of the DecoratedNameAttribute class. |
DecoratedNameAttribute(String) |
Initializes a new instance of the DecoratedNameAttribute class using the specified decorated name. |
DecoratedNameAttribute()
Initializes a new instance of the DecoratedNameAttribute class.
public:
DecoratedNameAttribute();
public DecoratedNameAttribute ();
Public Sub New ()
Applies to
DecoratedNameAttribute(String)
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)
Parameters
- pszDecoratedNamedecoratedName
- String
The decorated name of a method.