CodeGenerator.OutputAttributeDeclarations Metoda

Definice

Vygeneruje kód pro kolekci deklarací zadaného atributu.

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)

Parametry

attributes
CodeAttributeDeclarationCollection

Atributy pro vygenerování kódu.

Platí pro

Viz také