Share via


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

코드를 생성할 특성입니다.

적용 대상

추가 정보