Share via


IComThreadingInfo.GetCurrentApartmentType Method

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

Syntax

'Declaration
Sub GetCurrentApartmentType ( _
    <OutAttribute> pAptType As APTTYPE() _
)
void GetCurrentApartmentType(
    APTTYPE[] pAptType
)
void GetCurrentApartmentType(
    [OutAttribute] array<APTTYPE>^ pAptType
)
abstract GetCurrentApartmentType : 
        pAptType:APTTYPE[] byref -> unit
function GetCurrentApartmentType(
    pAptType : APTTYPE[]
)

Parameters

.NET Framework Security

See Also

Reference

IComThreadingInfo Interface

Microsoft.VisualStudio.OLE.Interop Namespace