CodeGenerator.OutputAttributeDeclarations Methode

Definition

Generiert Code für die angegebene Auflistung von Attributdeklarationen.

protected:
 virtual void OutputAttributeDeclarations(System::CodeDom::CodeAttributeDeclarationCollection ^ attributes);
protected virtual void OutputAttributeDeclarations (System.CodeDom.CodeAttributeDeclarationCollection attributes);
abstract member OutputAttributeDeclarations : System.CodeDom.CodeAttributeDeclarationCollection -> unit
override this.OutputAttributeDeclarations : System.CodeDom.CodeAttributeDeclarationCollection -> unit
Protected Overridable Sub OutputAttributeDeclarations (attributes As CodeAttributeDeclarationCollection)

Parameter

attributes
CodeAttributeDeclarationCollection

Die Attribute, für die Code generiert werden soll.

Gilt für:

Weitere Informationen