IVsUIEventSink – rozhraní
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio (v Microsoft.VisualStudio.dll)
Syntaxe
'Deklarace
<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