IVsUICollectionChangeEvents Interface

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

Syntax

‘선언
<GuidAttribute("D47ABBE0-4E31-424D-8DC9-31DE024E75E7")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUICollectionChangeEvents _
    Inherits IVsUIEventSink
‘사용 방법
Dim instance As IVsUICollectionChangeEvents
[GuidAttribute("D47ABBE0-4E31-424D-8DC9-31DE024E75E7")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUICollectionChangeEvents : IVsUIEventSink
[GuidAttribute(L"D47ABBE0-4E31-424D-8DC9-31DE024E75E7")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUICollectionChangeEvents : IVsUIEventSink
[<GuidAttribute("D47ABBE0-4E31-424D-8DC9-31DE024E75E7")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUICollectionChangeEvents =  
    interface
        interface IVsUIEventSink
    end
public interface IVsUICollectionChangeEvents extends IVsUIEventSink

See Also

Reference

IVsUICollectionChangeEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace