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
[GuidAttribute("811DEB01-C1B0-4172-9CA3-504C5095882E")]
[InterfaceTypeAttribute()]
public interface IVsThreadSafeCommandWindow
[GuidAttribute(L"811DEB01-C1B0-4172-9CA3-504C5095882E")]
[InterfaceTypeAttribute()]
public interface class IVsThreadSafeCommandWindow
[<GuidAttribute("811DEB01-C1B0-4172-9CA3-504C5095882E")>]
[<InterfaceTypeAttribute()>]
type IVsThreadSafeCommandWindow =  interface end
public interface IVsThreadSafeCommandWindow

The IVsThreadSafeCommandWindow type exposes the following members.

Methods

  Name Description
Public method ThreadSafePrintNoShow Like PrintNoShow, but may be called on any thread.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace