CodeGenerator.GenerateAttributeDeclarationsStart Methode

Definitie

Hiermee genereert u code voor het opgegeven kenmerkblok starten.

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

Parameters

attributes
CodeAttributeDeclarationCollection

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

Van toepassing op

Zie ook