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!

VBCodeGenerator.OutputAttributeArgument

[To be supplied.]

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

Parameters

arg
[To be supplied.]

See Also

VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace