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!

ICodeSourceFile.GetCodeGenerator

Gets the code generator for this ICodeSourceFile.

[Visual Basic]
Function GetCodeGenerator() As ICodeGenerator
[C#]
ICodeGenerator GetCodeGenerator();
[C++]
ICodeGenerator* GetCodeGenerator() = 0;
[JScript]
function GetCodeGenerator() : ICodeGenerator;

Return Value

The ICodeGenerator for this file.

See Also

ICodeSourceFile Interface | ICodeSourceFile Members | System.ComponentModel.Design.CodeModel Namespace