IVsSingleFileGeneratorFactory Interface

Definition

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

public interface class IVsSingleFileGeneratorFactory
public interface class IVsSingleFileGeneratorFactory
__interface IVsSingleFileGeneratorFactory
[System.Runtime.InteropServices.Guid("3ADA7A5D-591E-4C9E-8B87-5E33F8E64AA8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSingleFileGeneratorFactory
[<System.Runtime.InteropServices.Guid("3ADA7A5D-591E-4C9E-8B87-5E33F8E64AA8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSingleFileGeneratorFactory = interface
Public Interface IVsSingleFileGeneratorFactory
Attributes

Methods

CreateGeneratorInstance(String, Int32, Int32, Int32, IVsSingleFileGenerator)

Creates a generator instance.

GetDefaultGenerator(String, String)

Gets the default generator prog ID for a specified file.

GetGeneratorInformation(String, Int32, Int32, Int32, Guid)

Gets information about a generator factory.

Applies to