MemberDescriptor.Attributes 屬性

定義

取得這個成員的屬性集合。

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

適用於

另請參閱