CodeGenerator.OutputAttributeArgument(CodeAttributeArgument) Methode

Definition

Gibt ein Argument in einem Attributblock aus.

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)

Parameter

arg
CodeAttributeArgument

Das Attributargument, für das Code generiert werden soll.

Gilt für:

Weitere Informationen