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!

JSCodeGenerator.GenerateAttributeBlockStart

Generates code for the specified CodeDOM based attribute block start representation.

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

Parameters

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

See Also

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