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