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
<InterfaceTypeAttribute()> _
<GuidAttribute("811DEB01-C1B0-4172-9CA3-504C5095882E")> _
Public Interface IVsThreadSafeCommandWindow
Dim instance As IVsThreadSafeCommandWindow
[InterfaceTypeAttribute()]
[GuidAttribute("811DEB01-C1B0-4172-9CA3-504C5095882E")]
public interface IVsThreadSafeCommandWindow
[InterfaceTypeAttribute()]
[GuidAttribute(L"811DEB01-C1B0-4172-9CA3-504C5095882E")]
public interface class IVsThreadSafeCommandWindow
public interface IVsThreadSafeCommandWindow