Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies different types of apartments.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
Public Enumeration APTTYPE
public enum APTTYPE
Members
| Member name | Description | |
|---|---|---|
| APTTYPE_CURRENT | Indicates that the current thread is the apartment type. | |
| APTTYPE_STA | Indicates that a single-threaded apartment is the apartment type. | |
| APTTYPE_MTA | Indicates that a multi-threaded apartment is the apartment type. | |
| APTTYPE_NA | Indicates that a neutral apartment is the apartment type. | |
| APTTYPE_MAINSTA | Indicates that the main single-threaded apartment is the apartment type. |