BaseCodeGenerator.IVsSingleFileGenerator.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.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsSingleFileGenerator.Generate(System::String ^ wszInputFilePath, System::String ^ bstrInputFileContents, System::String ^ wszDefaultNamespace, cli::array <IntPtr> ^ rgbOutputFileContents, [Runtime::InteropServices::Out] System::UInt32 % pcbOutput, Microsoft::VisualStudio::Shell::Interop::IVsGeneratorProgress ^ pGenerateProgress) = Microsoft::VisualStudio::Shell::Interop::IVsSingleFileGenerator::Generate;
int IVsSingleFileGenerator.Generate (string wszInputFilePath, string bstrInputFileContents, string wszDefaultNamespace, IntPtr[] rgbOutputFileContents, out uint pcbOutput, Microsoft.VisualStudio.Shell.Interop.IVsGeneratorProgress pGenerateProgress);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSingleFileGenerator.Generate : string * string * string * nativeint[] * uint32 * Microsoft.VisualStudio.Shell.Interop.IVsGeneratorProgress -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSingleFileGenerator.Generate : string * string * string * nativeint[] * uint32 * Microsoft.VisualStudio.Shell.Interop.IVsGeneratorProgress -> int
Function Generate (wszInputFilePath As String, bstrInputFileContents As String, wszDefaultNamespace As String, rgbOutputFileContents As IntPtr(), ByRef pcbOutput As UInteger, pGenerateProgress As IVsGeneratorProgress) As Integer Implements IVsSingleFileGenerator.Generate
Parameters
- wszInputFilePath
- String
- bstrInputFileContents
- String
- wszDefaultNamespace
- String
- rgbOutputFileContents
-
IntPtr[]
nativeint[]
- pcbOutput
- UInt32
- pGenerateProgress
- IVsGeneratorProgress