CodeGenerator.GenerateAttributeDeclarationsEnd Methode

Definitie

Hiermee genereert u code voor het opgegeven kenmerkblokeinde.

protected:
 abstract void GenerateAttributeDeclarationsEnd(System::CodeDom::CodeAttributeDeclarationCollection ^ attributes);
protected abstract void GenerateAttributeDeclarationsEnd(System.CodeDom.CodeAttributeDeclarationCollection attributes);
abstract member GenerateAttributeDeclarationsEnd : System.CodeDom.CodeAttributeDeclarationCollection -> unit
Protected MustOverride Sub GenerateAttributeDeclarationsEnd (attributes As CodeAttributeDeclarationCollection)

Parameters

attributes
CodeAttributeDeclarationCollection

Een CodeAttributeDeclarationCollection die het einde van het kenmerkblok aangeeft waarvoor code moet worden gegenereerd.

Van toepassing op

Zie ook