CodeGenerator.OutputAttributeArgument(CodeAttributeArgument) Méthode

Définition

Renvoie un argument dans un bloc d'attributs.

protected:
 virtual void OutputAttributeArgument(System::CodeDom::CodeAttributeArgument ^ arg);
protected virtual void OutputAttributeArgument (System.CodeDom.CodeAttributeArgument arg);
abstract member OutputAttributeArgument : System.CodeDom.CodeAttributeArgument -> unit
override this.OutputAttributeArgument : System.CodeDom.CodeAttributeArgument -> unit
Protected Overridable Sub OutputAttributeArgument (arg As CodeAttributeArgument)

Paramètres

arg
CodeAttributeArgument

Argument d'attribut pour lequel générer le code.

S’applique à

Voir aussi