ICustomTypeDescriptor.GetAttributes メソッド

定義

コンポーネントのこのインスタンスのカスタム属性のコレクションを返します。

public:
 System::ComponentModel::AttributeCollection ^ GetAttributes();
public System.ComponentModel.AttributeCollection GetAttributes ();
abstract member GetAttributes : unit -> System.ComponentModel.AttributeCollection
Public Function GetAttributes () As AttributeCollection

戻り値

このオブジェクトの属性を格納している AttributeCollection

注釈

戻り値が ではありません null

オブジェクトにカスタム属性が指定されていない場合、実装者は空 AttributeCollection を返すことができます。

適用対象

こちらもご覧ください