IVsSingleFileGenerator Members
Include Protected Members
Include Inherited Members
Transforms a single input file into a single output file that can be compiled or added to a project. Any COM component that implements the IVsSingleFileGenerator is a custom tool.
The IVsSingleFileGenerator type exposes the following members.
Methods
Name
Description
Retrieves the file extension that is given to the output file name.
Executes the transformation and returns the newly generated output file, whenever a custom tool is loaded, or the input file is saved.
Top