ComposableAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出如何撰寫程式設計專案。
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
- 繼承
-
ComposableAttribute
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.FoundationContract (已於 v1.0 引進)
|
建構函式
ComposableAttribute(Type, CompositionType, UInt32, Platform) |
建立並初始化 屬性的新實例。 |
ComposableAttribute(Type, CompositionType, UInt32, String) |
建立並初始化 屬性的新實例。 |
ComposableAttribute(Type, CompositionType, UInt32, Type) |
建立並初始化 屬性的新實例。 |
ComposableAttribute(Type, CompositionType, UInt32) |
建立並初始化 屬性的新實例。 |