次の方法で共有


MemberDescriptor.CreateAttributeCollection メソッド

コンストラクタに渡された属性配列を使用して、属性のコレクションを作成します。

Protected Overridable Function CreateAttributeCollection() As _
   AttributeCollection
[C#]
protected virtual AttributeCollection CreateAttributeCollection();
[C++]
protected: virtual AttributeCollection* CreateAttributeCollection();
[JScript]
protected function CreateAttributeCollection() :
   AttributeCollection;

戻り値

AttributeArray 属性を格納している新しい AttributeCollection

解説

このメソッドは、メンバの AttributeCollection がない場合に、 Attributes プロパティから呼び出されます。 AttributeArray 内に属性がない場合は、空の AttributeCollection が返されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

MemberDescriptor クラス | MemberDescriptor メンバ | System.ComponentModel 名前空間