Share via


IComThreadingInfo.GetCurrentThreadType Method

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

Syntax

'Declaration
Sub GetCurrentThreadType ( _
    <OutAttribute> pThreadType As THDTYPE() _
)
void GetCurrentThreadType(
    THDTYPE[] pThreadType
)
void GetCurrentThreadType(
    [OutAttribute] array<THDTYPE>^ pThreadType
)
abstract GetCurrentThreadType : 
        pThreadType:THDTYPE[] byref -> unit 
function GetCurrentThreadType(
    pThreadType : THDTYPE[]
)

Parameters

.NET Framework Security

See Also

Reference

IComThreadingInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace