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
'Usage
Dim instance As IVsNonSolutionProjectFactory
[GuidAttribute("8CBFFBBE-241E-4B9C-9926-C06F7374386C")]
[InterfaceTypeAttribute()]
public interface IVsNonSolutionProjectFactory
[GuidAttribute(L"8CBFFBBE-241E-4B9C-9926-C06F7374386C")]
[InterfaceTypeAttribute()]
public interface class IVsNonSolutionProjectFactory
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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace