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
'宣告
<GuidAttribute("811DEB01-C1B0-4172-9CA3-504C5095882E")> _
<InterfaceTypeAttribute()> _
Public Interface IVsThreadSafeCommandWindow
'用途
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
[<GuidAttribute("811DEB01-C1B0-4172-9CA3-504C5095882E")>]
[<InterfaceTypeAttribute()>]
type IVsThreadSafeCommandWindow = interface end
public interface IVsThreadSafeCommandWindow