Interop.ICustomTypeDescriptor.GetAttributes メソッド

定義

含まれている Activityの属性のコレクションを返します。

 virtual System::ComponentModel::AttributeCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetAttributes() = System::ComponentModel::ICustomTypeDescriptor::GetAttributes;
System.ComponentModel.AttributeCollection ICustomTypeDescriptor.GetAttributes();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetAttributes : unit -> System.ComponentModel.AttributeCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetAttributes : unit -> System.ComponentModel.AttributeCollection
Function GetAttributes () As AttributeCollection Implements ICustomTypeDescriptor.GetAttributes

返品

含まれる Activityの属性コレクション。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 Interop インスタンスがICustomTypeDescriptor インターフェイスにキャストされている場合にのみ使用できます。

適用対象