IVsNonSolutionProjectFactory Interface
Indicates the projects created by the factory are not part of a solution.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("8CBFFBBE-241E-4B9C-9926-C06F7374386C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsNonSolutionProjectFactory
[GuidAttribute("8CBFFBBE-241E-4B9C-9926-C06F7374386C")]
[InterfaceTypeAttribute()]
public interface IVsNonSolutionProjectFactory
[GuidAttribute(L"8CBFFBBE-241E-4B9C-9926-C06F7374386C")]
[InterfaceTypeAttribute()]
public interface class IVsNonSolutionProjectFactory
[<GuidAttribute("8CBFFBBE-241E-4B9C-9926-C06F7374386C")>]
[<InterfaceTypeAttribute()>]
type IVsNonSolutionProjectFactory = interface end
public interface IVsNonSolutionProjectFactory
Remarks
This interface has no methods. Use it to flag a project factory as producing projects that are not part of a solution.