IVsSolutionLoadEvents Interface

Implemented by clients interested in solution events. Subscribe to these events via AdviseSolutionEvents.

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

Syntax

‘선언
<GuidAttribute("6ACFF38A-0D6C-4792-B9D2-9469D60A2AD7")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSolutionLoadEvents
‘사용 방법
Dim instance As IVsSolutionLoadEvents
[GuidAttribute("6ACFF38A-0D6C-4792-B9D2-9469D60A2AD7")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSolutionLoadEvents
[GuidAttribute(L"6ACFF38A-0D6C-4792-B9D2-9469D60A2AD7")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSolutionLoadEvents
[<GuidAttribute("6ACFF38A-0D6C-4792-B9D2-9469D60A2AD7")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSolutionLoadEvents =  interface end
public interface IVsSolutionLoadEvents

See Also

Reference

IVsSolutionLoadEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace