IVsUIEventSink 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)
Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
‘선언
<GuidAttribute("515953AC-99C6-4F1B-8645-636A57E4B1E2")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUIEventSink
‘사용 방법
Dim instance As IVsUIEventSink
[GuidAttribute("515953AC-99C6-4F1B-8645-636A57E4B1E2")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIEventSink
[GuidAttribute(L"515953AC-99C6-4F1B-8645-636A57E4B1E2")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsUIEventSink
[<GuidAttribute("515953AC-99C6-4F1B-8645-636A57E4B1E2")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIEventSink = interface end
public interface IVsUIEventSink