Share via


SingleFileGeneratorFactory Class

This type is only used internally; you cannot use it directly from your code. Represents the single file generator factory.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class SingleFileGeneratorFactory _
    Implements IVsSingleFileGeneratorFactory
'Usage
Dim instance As SingleFileGeneratorFactory
[CLSCompliantAttribute(false)]
public class SingleFileGeneratorFactory : IVsSingleFileGeneratorFactory
[CLSCompliantAttribute(false)]
public ref class SingleFileGeneratorFactory : IVsSingleFileGeneratorFactory
public class SingleFileGeneratorFactory implements IVsSingleFileGeneratorFactory
[<CLSCompliantAttribute(false)>]
type SingleFileGeneratorFactory =  
    class
        interface IVsSingleFileGeneratorFactory
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.SingleFileGeneratorFactory

Thread Safety

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

See Also

Reference

SingleFileGeneratorFactory Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace