다음을 통해 공유


IVsSolutionLoadManager Interface

Controls the loading of projects in a solution. Extenders can use this interface to set the load priority of projects or types of projects.

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

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("DCF13D02-C7A2-427F-9F03-B3360257B301")> _
Public Interface IVsSolutionLoadManager
‘사용 방법
Dim instance As IVsSolutionLoadManager
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("DCF13D02-C7A2-427F-9F03-B3360257B301")]
public interface IVsSolutionLoadManager
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"DCF13D02-C7A2-427F-9F03-B3360257B301")]
public interface class IVsSolutionLoadManager
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("DCF13D02-C7A2-427F-9F03-B3360257B301")>]
type IVsSolutionLoadManager =  interface end
public interface IVsSolutionLoadManager

Remarks

For more information about this interface, see Managing Project Loading in a Solution.

See Also

Reference

IVsSolutionLoadManager Members

Microsoft.VisualStudio.Shell.Interop Namespace