IComThreadingInfo.GetCurrentApartmentType Method

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

Syntax

声明
Sub GetCurrentApartmentType ( _
    <OutAttribute> pAptType As APTTYPE() _
)
用法
Dim instance As IComThreadingInfo
Dim pAptType As APTTYPE()

instance.GetCurrentApartmentType(pAptType)
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

IComThreadingInfo Members

Microsoft.VisualStudio.OLE.Interop Namespace