ThreadingAttribute Klasse

Definition

Gibt das Threadingmodell einer Windows-Runtime-Klasse an.

public ref class ThreadingAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class ThreadingAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class ThreadingAttribute : Attribute
function ThreadingAttribute(model)
Public NotInheritable Class ThreadingAttribute
Inherits Attribute
Vererbung
ThreadingAttribute
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.FoundationContract (eingeführt in v1.0)

Konstruktoren

ThreadingAttribute(ThreadingModel)

Erstellt und initialisiert eine neue instance des Attributs.

Gilt für:

Weitere Informationen