ComposableAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, wie ein Programmierelement zusammengesetzt wird.
public ref class ComposableAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AllowMultiple]
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class ComposableAttribute final : Attribute
[Windows.Foundation.Metadata.AllowMultiple]
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class ComposableAttribute : Attribute
Public NotInheritable Class ComposableAttribute
Inherits Attribute
- Vererbung
-
ComposableAttribute
- 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
ComposableAttribute(Type, CompositionType, UInt32, Platform) |
Erstellt und initialisiert eine neue instance des Attributs. |
ComposableAttribute(Type, CompositionType, UInt32, String) |
Erstellt und initialisiert eine neue instance des Attributs. |
ComposableAttribute(Type, CompositionType, UInt32, Type) |
Erstellt und initialisiert eine neue instance des Attributs. |
ComposableAttribute(Type, CompositionType, UInt32) |
Erstellt und initialisiert eine neue instance des Attributs. |