IVsProjectFactory2 Interface

Provides a method indicating whether the environment can open the project asynchronously. Extends, but does not inherit from, IVsProjectFactory.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("55E1A1E1-ECAC-46E0-BDE3-1E35BC68C31C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectFactory2
[GuidAttribute("55E1A1E1-ECAC-46E0-BDE3-1E35BC68C31C")]
[InterfaceTypeAttribute()]
public interface IVsProjectFactory2
[GuidAttribute(L"55E1A1E1-ECAC-46E0-BDE3-1E35BC68C31C")]
[InterfaceTypeAttribute()]
public interface class IVsProjectFactory2
[<GuidAttribute("55E1A1E1-ECAC-46E0-BDE3-1E35BC68C31C")>]
[<InterfaceTypeAttribute()>]
type IVsProjectFactory2 =  interface end
public interface IVsProjectFactory2

The IVsProjectFactory2 type exposes the following members.

Methods

  Name Description
Public method GetAsynchOpenProjectType Returns the asynchronous open type that the project supports.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace