ComAwareEventInfo.GetCustomAttributesData メソッド

定義

現在のCustomAttributeDataComAwareEventInfo オブジェクトの一覧を返します。

public:
 override System::Collections::Generic::IList<System::Reflection::CustomAttributeData ^> ^ GetCustomAttributesData();
public override System.Collections.Generic.IList<System.Reflection.CustomAttributeData> GetCustomAttributesData();
override this.GetCustomAttributesData : unit -> System.Collections.Generic.IList<System.Reflection.CustomAttributeData>
Public Overrides Function GetCustomAttributesData () As IList(Of CustomAttributeData)

返品

現在のComAwareEventInfoに適用されている属性に関するデータを表すCustomAttributeData オブジェクトの汎用リスト。

適用対象