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

Generates code for the specified CodeDOM based delegate invoke statement representation.

[Visual Basic]
Overrides Protected Sub GenerateDelegateInvokeStatement( _
   ByVal e As CodeDelegateInvokeStatement _
)
[C#]
protected override void GenerateDelegateInvokeStatement(
   CodeDelegateInvokeStatement e
);
[C++]
protected: override void GenerateDelegateInvokeStatement(
   CodeDelegateInvokeStatement* e
);
[JScript]
protected override function GenerateDelegateInvokeStatement(
   e : CodeDelegateInvokeStatement
);

Parameters

e
A CodeDelegateInvokeStatement that indicates the statement to generate code for.

See Also

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