IVsSolutionLoadManager Schnittstelle

Definition

Steuert das Laden von Projekten in einer Projektmappe. Extender können diese Schnittstelle verwenden, um die Lastpriorität von Projekten oder Typen von Projekten festzulegen.

public interface class IVsSolutionLoadManager
public interface class IVsSolutionLoadManager
__interface IVsSolutionLoadManager
[System.Runtime.InteropServices.Guid("DCF13D02-C7A2-427F-9F03-B3360257B301")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionLoadManager
[<System.Runtime.InteropServices.Guid("DCF13D02-C7A2-427F-9F03-B3360257B301")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionLoadManager = interface
Public Interface IVsSolutionLoadManager
Attribute

Hinweise

Weitere Informationen zu dieser Schnittstelle finden Sie unter Verwalten des Laden von Projekten in einer ProjektMappe.

Methoden

OnBeforeOpenProject(Guid, Guid, String, IVsSolutionLoadManagerSupport)

Wird ausgelöst, bevor jedes Projekt geöffnet wird.

OnDisconnect()

Wird aufgerufen, wenn VSPROPID_ActiveSolutionLoadManager gelöscht wird.

Gilt für