Share via


PropertyDefinition.Attributes 属性

定义

获取关联的 CLR 特性的列表。

public:
 property System::Collections::Generic::IList<Attribute ^> ^ Attributes { System::Collections::Generic::IList<Attribute ^> ^ get(); };
public System.Collections.Generic.IList<Attribute> Attributes { get; }
member this.Attributes : System.Collections.Generic.IList<Attribute>
Public ReadOnly Property Attributes As IList(Of Attribute)

属性值

关联的特性的列表。

适用于