IVsSolutionEvents4 Interface

Listening interface that monitors any notifications of changes to the solution.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("23EC4D20-54A9-4365-82C8-ABDFBA686ECF")> _
Public Interface IVsSolutionEvents4
‘사용 방법
Dim instance As IVsSolutionEvents4
[InterfaceTypeAttribute()]
[GuidAttribute("23EC4D20-54A9-4365-82C8-ABDFBA686ECF")]
public interface IVsSolutionEvents4
[InterfaceTypeAttribute()]
[GuidAttribute(L"23EC4D20-54A9-4365-82C8-ABDFBA686ECF")]
public interface class IVsSolutionEvents4
[<InterfaceTypeAttribute()>]
[<GuidAttribute("23EC4D20-54A9-4365-82C8-ABDFBA686ECF")>]
type IVsSolutionEvents4 =  interface end
public interface IVsSolutionEvents4

See Also

Reference

IVsSolutionEvents4 Members

Microsoft.VisualStudio.Shell.Interop Namespace