AttributeCollection.Attributes 属性
定义
获取特性集合。Gets the attribute collection.
protected:
virtual property cli::array <Attribute ^> ^ Attributes { cli::array <Attribute ^> ^ get(); };
protected virtual Attribute[] Attributes { get; }
member this.Attributes : Attribute[]
Protected Overridable ReadOnly Property Attributes As Attribute()
属性值
特性集合。The attribute collection.