Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("3ADA7A5D-591E-4C9E-8B87-5E33F8E64AA8")> _
Public Interface IVsSingleFileGeneratorFactory
[InterfaceTypeAttribute()]
[GuidAttribute("3ADA7A5D-591E-4C9E-8B87-5E33F8E64AA8")]
public interface IVsSingleFileGeneratorFactory
[InterfaceTypeAttribute()]
[GuidAttribute(L"3ADA7A5D-591E-4C9E-8B87-5E33F8E64AA8")]
public interface class IVsSingleFileGeneratorFactory
[<InterfaceTypeAttribute()>]
[<GuidAttribute("3ADA7A5D-591E-4C9E-8B87-5E33F8E64AA8")>]
type IVsSingleFileGeneratorFactory = interface end
public interface IVsSingleFileGeneratorFactory
The IVsSingleFileGeneratorFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateGeneratorInstance | Creates a generator instance. |
![]() |
GetDefaultGenerator | Gets the default generator prog ID for a specified file. |
![]() |
GetGeneratorInformation | Gets information about a generator factory. |
Top