BaseCodeGenerator.Generate(String, String, String, IntPtr, Int32, IVsGeneratorProgress) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- inputFilePath
- String
- inputFileContents
- String
- defaultNamespace
- String
- outputFileContents
- IntPtr
- output
- Int32
- generateProgress
- IVsGeneratorProgress