CodeGenerator.OutputAttributeDeclarations Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Genererar kod för den angivna attributdeklarationssamlingen.
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)
Parametrar
- attributes
- CodeAttributeDeclarationCollection
Attributen som ska generera kod för.