ThreadingAttribute
ThreadingAttribute
ThreadingAttribute
ThreadingAttribute
Class
Definition
Indicates the threading model of a Windows Runtime component.
public : sealed class ThreadingAttribute : Attributepublic sealed class ThreadingAttribute : AttributePublic NotInheritable Class ThreadingAttribute Inherits Attribute// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.FoundationContract (introduced v1)
|
Constructors
ThreadingAttribute(ThreadingModel) ThreadingAttribute(ThreadingModel) ThreadingAttribute(ThreadingModel) ThreadingAttribute(ThreadingModel)
Creates and initializes a new instance of the attribute.
public : ThreadingAttribute(ThreadingModel model)public ThreadingAttribute(ThreadingModel model)Public Sub New(model As ThreadingModel)// You can use this method in JavaScript.
Parameters
One of the enumeration values.