IVsSolution5 Interface

Definition

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

public interface class IVsSolution5
public interface class IVsSolution5
__interface IVsSolution5
[System.Runtime.InteropServices.Guid("90570D49-7B10-4DCD-B9AC-530D91F4EBB5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolution5
public interface IVsSolution5
[<System.Runtime.InteropServices.Guid("90570D49-7B10-4DCD-B9AC-530D91F4EBB5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolution5 = interface
type IVsSolution5 = interface
Public Interface IVsSolution5
Attributes

Methods

GetGuidOfProjectFile(String)

Retrieves the GUID of the project specified by the given project file.

ResolveFaultedProjects(UInt32, IVsHierarchy[], IVsPropertyBag, UInt32, UInt32)

Resolves faulted projects.

Applies to