ICustomTypeDescriptor.GetAttributes メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コンポーネントのこのインスタンスのカスタム属性のコレクションを返します。
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 を返すことができます。