BaseCodeGenerator.Generate Method

Definition

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

Applies to