Specifies the threading model.
public enum class ThreadingModel
| Member | Value | Description |
|---|---|---|
| Both | 3 | Both single-threaded and multithreaded apartments. |
| InvalidThreading | 0 | No valid threading model applies. |
| MTA | 2 | Multithreaded apartment. |
| STA | 1 | Single-threaded apartment. |
Namespace: Windows.Foundation.Metadata
Metadata: windows.winmd