IVsNonSolutionProjectFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the projects created by the factory are not part of a solution.
public interface class IVsNonSolutionProjectFactory
public interface class IVsNonSolutionProjectFactory
__interface IVsNonSolutionProjectFactory
[System.Runtime.InteropServices.Guid("8CBFFBBE-241E-4B9C-9926-C06F7374386C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsNonSolutionProjectFactory
[System.Runtime.InteropServices.Guid("8CBFFBBE-241E-4B9C-9926-C06F7374386C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsNonSolutionProjectFactory
[<System.Runtime.InteropServices.Guid("8CBFFBBE-241E-4B9C-9926-C06F7374386C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsNonSolutionProjectFactory = interface
[<System.Runtime.InteropServices.Guid("8CBFFBBE-241E-4B9C-9926-C06F7374386C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsNonSolutionProjectFactory = interface
Public Interface IVsNonSolutionProjectFactory
- Attributes
Remarks
This interface has no methods. Use it to flag a project factory as producing projects that are not part of a solution.