IVsUIEventSink インターフェイス
名前空間: Microsoft.VisualStudio.Shell.Interop
アセンブリ: Microsoft.VisualStudio (Microsoft.VisualStudio.dll 内)
構文
'宣言
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("515953AC-99C6-4F1B-8645-636A57E4B1E2")> _
Public Interface IVsUIEventSink
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("515953AC-99C6-4F1B-8645-636A57E4B1E2")]
public interface IVsUIEventSink
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"515953AC-99C6-4F1B-8645-636A57E4B1E2")]
public interface class IVsUIEventSink
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("515953AC-99C6-4F1B-8645-636A57E4B1E2")>]
type IVsUIEventSink = interface end
public interface IVsUIEventSink