AttributeUsageAttribute 类

定义

指定另一个属性的使用。

。网 此类型显示为 System.AttributeUsageAttribute

public ref class AttributeUsageAttribute sealed : Attribute
/// [Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.FoundationContract, 65536)]
class AttributeUsageAttribute final : Attribute
[Windows.Foundation.Metadata.AttributeUsage(System.AttributeTargets.RuntimeClass)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.FoundationContract), 65536)]
public sealed class AttributeUsageAttribute : Attribute
function AttributeUsageAttribute(A_0)
Public NotInheritable Class AttributeUsageAttribute
Inherits Attribute
继承
AttributeUsageAttribute
属性

Windows 要求

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

注解

使用 .NET 编程时,此属性是隐藏的,开发人员应使用 System.AttributeUsageAttribute

构造函数

AttributeUsageAttribute(AttributeTargets)

创建并初始化 特性的新实例。

适用于

另请参阅