BaseCodeGenerator.Generate(String, String, String, IntPtr, Int32, IVsGeneratorProgress) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- inputFilePath
- String
- inputFileContents
- String
- defaultNamespace
- String
- outputFileContents
- IntPtr
- output
- Int32
- generateProgress
- IVsGeneratorProgress