Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
.gif)