Поделиться через


CodeGenerator.OutputAttributeDeclarations Метод

Определение

Создает код для указанной коллекции объявлений атрибута.

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)

Параметры

attributes
CodeAttributeDeclarationCollection

Атрибуты, для которых необходимо создать код.

Применяется к

См. также раздел