Share via


BaseCodeGenerator.IVsSingleFileGenerator.Generate Method

Namespace:  Microsoft.VisualStudio.TextTemplating.VSHost
Assembly:  Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)

Syntax

'Declaration
Private Function Generate ( _
    wszInputFilePath As String, _
    bstrInputFileContents As String, _
    wszDefaultNamespace As String, _
    rgbOutputFileContents As IntPtr(), _
    <OutAttribute> ByRef pcbOutput As UInteger, _
    pGenerateProgress As IVsGeneratorProgress _
) As Integer Implements IVsSingleFileGenerator.Generate
int IVsSingleFileGenerator.Generate(
    string wszInputFilePath,
    string bstrInputFileContents,
    string wszDefaultNamespace,
    IntPtr[] rgbOutputFileContents,
    out uint pcbOutput,
    IVsGeneratorProgress pGenerateProgress
)
private:
virtual int Generate(
    String^ wszInputFilePath, 
    String^ bstrInputFileContents, 
    String^ wszDefaultNamespace, 
    array<IntPtr>^ rgbOutputFileContents, 
    [OutAttribute] unsigned int% pcbOutput, 
    IVsGeneratorProgress^ pGenerateProgress
) sealed = IVsSingleFileGenerator::Generate
private abstract Generate : 
        wszInputFilePath:string * 
        bstrInputFileContents:string * 
        wszDefaultNamespace:string * 
        rgbOutputFileContents:IntPtr[] * 
        pcbOutput:uint32 byref * 
        pGenerateProgress:IVsGeneratorProgress -> int  
private override Generate : 
        wszInputFilePath:string * 
        bstrInputFileContents:string * 
        wszDefaultNamespace:string * 
        rgbOutputFileContents:IntPtr[] * 
        pcbOutput:uint32 byref * 
        pGenerateProgress:IVsGeneratorProgress -> int
JScript does not support explicit interface implementations.

Parameters

  • wszInputFilePath
    Type: String
  • bstrInputFileContents
    Type: String
  • wszDefaultNamespace
    Type: String
  • rgbOutputFileContents
    Type: array<IntPtr[]
  • pcbOutput
    Type: UInt32%

Return Value

Type: Int32

Implements

IVsSingleFileGenerator.Generate(String, String, String, array<IntPtr[], UInt32%, IVsGeneratorProgress)

.NET Framework Security

See Also

Reference

BaseCodeGenerator Class

Microsoft.VisualStudio.TextTemplating.VSHost Namespace