IVsSingleFileGeneratorFactory Interface

 

Manipulates the generator prog ID for a single type of file.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("3ADA7A5D-591E-4C9E-8B87-5E33F8E64AA8")]
public interface class IVsSingleFileGeneratorFactory

NameDescription
System_CAPS_pubmethodCreateGeneratorInstance(String^, Int32, Int32, Int32, IVsSingleFileGenerator^)

Creates a generator instance.

System_CAPS_pubmethodGetDefaultGenerator(String^, String^)

Gets the default generator prog ID for a specified file.

System_CAPS_pubmethodGetGeneratorInformation(String^, Int32, Int32, Int32, Guid)

Gets information about a generator factory.

Return to top
Show: