Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides information about the caller's execution thread, including thread and apartment type. For more information, see IComThreadingInfo.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000001CE-0000-0000-C000-000000000046")> _
Public Interface IComThreadingInfo
[InterfaceTypeAttribute()]
[GuidAttribute("000001CE-0000-0000-C000-000000000046")]
public interface IComThreadingInfo
[InterfaceTypeAttribute()]
[GuidAttribute(L"000001CE-0000-0000-C000-000000000046")]
public interface class IComThreadingInfo
[<InterfaceTypeAttribute()>]
[<GuidAttribute("000001CE-0000-0000-C000-000000000046")>]
type IComThreadingInfo = interface end
public interface IComThreadingInfo
The IComThreadingInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetCurrentApartmentType | |
![]() |
GetCurrentLogicalThreadId | |
![]() |
GetCurrentThreadType | |
![]() |
SetCurrentLogicalThreadId |
Top