IVsSolution5 Interface

Provides additional top-level manipulation or maintenance of the solution.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("90570D49-7B10-4DCD-B9AC-530D91F4EBB5")> _
Public Interface IVsSolution5
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("90570D49-7B10-4DCD-B9AC-530D91F4EBB5")]
public interface IVsSolution5
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"90570D49-7B10-4DCD-B9AC-530D91F4EBB5")]
public interface class IVsSolution5
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("90570D49-7B10-4DCD-B9AC-530D91F4EBB5")>]
type IVsSolution5 =  interface end
public interface IVsSolution5

The IVsSolution5 type exposes the following members.

Methods

  Name Description
Public method GetGuidOfProjectFile Retrieves the GUID of the project specified by the given project file.
Public method ResolveFaultedProjects Resolves faulted projects.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace