IVsThreadSafeCommandWindow Interface

Posts commands that are handled on the main thread, which then calls the regular handlers.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("811DEB01-C1B0-4172-9CA3-504C5095882E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsThreadSafeCommandWindow
'Usage
Dim instance As IVsThreadSafeCommandWindow
[GuidAttribute("811DEB01-C1B0-4172-9CA3-504C5095882E")]
[InterfaceTypeAttribute()]
public interface IVsThreadSafeCommandWindow
[GuidAttribute(L"811DEB01-C1B0-4172-9CA3-504C5095882E")]
[InterfaceTypeAttribute()]
public interface class IVsThreadSafeCommandWindow
public interface IVsThreadSafeCommandWindow

See Also

Reference

IVsThreadSafeCommandWindow Members

Microsoft.VisualStudio.Shell.Interop Namespace