IVsThreadSafeCommandWindow Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Posts commands that are handled on the main thread, which then calls the regular handlers.
public interface class IVsThreadSafeCommandWindow
public interface class IVsThreadSafeCommandWindow
__interface IVsThreadSafeCommandWindow
[System.Runtime.InteropServices.Guid("811DEB01-C1B0-4172-9CA3-504C5095882E")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsThreadSafeCommandWindow
[System.Runtime.InteropServices.Guid("811DEB01-C1B0-4172-9CA3-504C5095882E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsThreadSafeCommandWindow
[<System.Runtime.InteropServices.Guid("811DEB01-C1B0-4172-9CA3-504C5095882E")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsThreadSafeCommandWindow = interface
[<System.Runtime.InteropServices.Guid("811DEB01-C1B0-4172-9CA3-504C5095882E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsThreadSafeCommandWindow = interface
Public Interface IVsThreadSafeCommandWindow
- Attributes
Methods
ThreadSafePrintNoShow(String) |
Like PrintNoShow(String), but may be called on any thread. |