NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodeGenerator.OutputAttributeArgument

Outputs an argument in a attribute block.

[Visual Basic]
Overridable Protected Sub OutputAttributeArgument( _
   ByVal arg As CodeAttributeArgument _
)
[C#]
protected virtual void OutputAttributeArgument(
   CodeAttributeArgument arg
);
[C++]
protected: virtual void OutputAttributeArgument(
   CodeAttributeArgument* arg
);
[JScript]
protected function OutputAttributeArgument(
   arg : CodeAttributeArgument
);

Parameters

arg
A System.CodeDOM.Compiler.CodeAttributeArgument that indicates the attribute argument to generate code for.

See Also

CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace | System.CodeDOM.Compiler.CodeAttributeArgument