BaseCodeGenerator.Generate(String, String, String, IntPtr, Int32, IVsGeneratorProgress) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
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)
Параметры
- inputFilePath
- String
- inputFileContents
- String
- defaultNamespace
- String
- outputFileContents
- IntPtr
- output
- Int32
- generateProgress
- IVsGeneratorProgress