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.OutputAttributeBlock

Generates code for the specified CodeAttributeBlock.

[Visual Basic]
Overridable Protected Sub OutputAttributeBlock( _
   ByVal attributes As CodeAttributeBlock _
)
[C#]
protected virtual void OutputAttributeBlock(
   CodeAttributeB attributes
);
[C++]
protected: virtual void OutputAttributeBlock(
   CodeAttributeBlock* attributes
);
[JScript]
protected function OutputAttributeBlock(
   attributes : CodeAttributeBlock
);

Parameters

attributes
A CodeAttributeBlock that indicates the attributes to generate code for.

See Also

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