DecoratedNameAttribute Constructors

Definitie

Initialiseert een nieuw exemplaar van de DecoratedNameAttribute klasse.

Overloads

Name Description
DecoratedNameAttribute()

Initialiseert een nieuw exemplaar van de DecoratedNameAttribute klasse.

DecoratedNameAttribute(String)

Initialiseert een nieuw exemplaar van de DecoratedNameAttribute klasse met behulp van de opgegeven versieringsnaam.

DecoratedNameAttribute()

Initialiseert een nieuw exemplaar van de DecoratedNameAttribute klasse.

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

Van toepassing op

DecoratedNameAttribute(String)

Initialiseert een nieuw exemplaar van de DecoratedNameAttribute klasse met behulp van de opgegeven versieringsnaam.

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

De versierde naam van een methode.

Van toepassing op