MemberDescriptor.Attributes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個成員的屬性集合。
public:
virtual property System::ComponentModel::AttributeCollection ^ Attributes { System::ComponentModel::AttributeCollection ^ get(); };
public virtual System.ComponentModel.AttributeCollection Attributes { get; }
member this.Attributes : System.ComponentModel.AttributeCollection
Public Overridable ReadOnly Property Attributes As AttributeCollection
屬性值
AttributeCollection,提供這個成員的屬性;如果在 AttributeArray 中沒有屬性則為空集合。
備註
如果這個成員沒有 AttributeCollection ,這個屬性會CreateAttributeCollection呼叫 方法,以使用傳遞至建構函式的物件Attribute陣列來建立新的 AttributeCollection 。