VBCodeProvider.CreateGenerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.
Gets an instance of the Visual Basic code generator.
public:
override System::CodeDom::Compiler::ICodeGenerator ^ CreateGenerator();
public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator();
[System.Obsolete("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")]
public override System.CodeDom.Compiler.ICodeGenerator CreateGenerator();
override this.CreateGenerator : unit -> System.CodeDom.Compiler.ICodeGenerator
[<System.Obsolete("Callers should not use the ICodeGenerator interface and should instead use the methods directly on the CodeDomProvider class.")>]
override this.CreateGenerator : unit -> System.CodeDom.Compiler.ICodeGenerator
Public Overrides Function CreateGenerator () As ICodeGenerator
Returns
An instance of the Visual Basic ICodeGenerator implementation.
- Attributes