BaseCodeGenerator Class

 

A managed wrapper for VS's concept of an IVsSingleFileGenerator which is a custom tool invoked during the build which can take any file as an input and provide a compilable code file as output.

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

System::Object
  Microsoft.VisualStudio.TextTemplating.VSHost::BaseCodeGenerator
    Microsoft.VisualStudio.TextTemplating.VSHost::BaseCodeGeneratorWithSite

public ref class BaseCodeGenerator abstract : IVsSingleFileGenerator, 
	IDisposable

NameDescription
System_CAPS_protpropertyFileNamespace

namespace for the file.

System_CAPS_protpropertyInputFilePath

file-path for the input file.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: