BaseCodeGenerator.Generate 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.
public:
void Generate(System::String ^ inputFilePath, System::String ^ inputFileContents, System::String ^ defaultNamespace, [Runtime::InteropServices::Out] IntPtr % outputFileContents, [Runtime::InteropServices::Out] int % output, Microsoft::VisualStudio::Shell::Interop::IVsGeneratorProgress ^ generateProgress);
public void Generate (string inputFilePath, string inputFileContents, string defaultNamespace, out IntPtr outputFileContents, out int output, Microsoft.VisualStudio.Shell.Interop.IVsGeneratorProgress generateProgress);
member this.Generate : string * string * string * nativeint * int * Microsoft.VisualStudio.Shell.Interop.IVsGeneratorProgress -> unit
Public Sub Generate (inputFilePath As String, inputFileContents As String, defaultNamespace As String, ByRef outputFileContents As IntPtr, ByRef output As Integer, generateProgress As IVsGeneratorProgress)
Parameters
- inputFilePath
- String
- inputFileContents
- String
- defaultNamespace
- String
- outputFileContents
-
IntPtr
nativeint
- output
- Int32
- generateProgress
- IVsGeneratorProgress