ActivatableAttribute 类

定义

指示 类是可激活的运行时类。

public ref class ActivatableAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AllowMultiple]
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class ActivatableAttribute 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 ActivatableAttribute : Attribute
Public NotInheritable Class ActivatableAttribute
Inherits Attribute
继承
ActivatableAttribute
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.FoundationContract (在 v1.0 中引入)

构造函数

ActivatableAttribute(Type, UInt32)

指示可以使用参数激活运行时类,从特定版本开始。

ActivatableAttribute(Type, UInt32, Platform)

指示可以使用参数激活运行时类,从特定平台的特定版本开始。

ActivatableAttribute(Type, UInt32, String)

指示可以使用参数激活运行时类,从特定 API 协定的特定版本开始。

ActivatableAttribute(Type, UInt32, Type)

指示可以使用参数激活运行时类,从特定 API 协定的特定版本开始。

ActivatableAttribute(UInt32)

指示运行时类可以在不带参数的情况下激活,从特定版本开始。

ActivatableAttribute(UInt32, Platform)

指示运行时类可以在不带参数的情况下激活,从特定平台的特定版本开始。

ActivatableAttribute(UInt32, String)

指示运行时类可以在不带参数的情况下激活,从特定 API 协定的特定版本开始。

ActivatableAttribute(UInt32, Type)

指示可以使用参数激活运行时类,从特定版本开始。

适用于

另请参阅