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 を作成します。