IComThreadingInfo.GetCurrentThreadType Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub GetCurrentThreadType ( _
    <OutAttribute> pThreadType As THDTYPE() _
)
'使用
Dim instance As IComThreadingInfo
Dim pThreadType As THDTYPE()

instance.GetCurrentThreadType(pThreadType)
void GetCurrentThreadType(
    THDTYPE[] pThreadType
)
void GetCurrentThreadType(
    [OutAttribute] array<THDTYPE>^ pThreadType
)
function GetCurrentThreadType(
    pThreadType : THDTYPE[]
)

Parameters

  • pThreadType
    Type: []

Permissions

See Also

Reference

IComThreadingInfo Interface

IComThreadingInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace