ComposableAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how a programming element is composed.
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
- Inheritance
-
ComposableAttribute
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.FoundationContract (introduced in v1.0)
|
Constructors
ComposableAttribute(Type, CompositionType, UInt32, Platform) |
Creates and initializes a new instance of the attribute. |
ComposableAttribute(Type, CompositionType, UInt32, String) |
Creates and initializes a new instance of the attribute. |
ComposableAttribute(Type, CompositionType, UInt32, Type) |
Creates and initializes a new instance of the attribute. |
ComposableAttribute(Type, CompositionType, UInt32) |
Creates and initializes a new instance of the attribute. |