次の方法で共有


TypeDescriptor.GetEventsFromRegisteredType(Type) メソッド

定義

指定した種類のコンポーネントのイベントのコレクションを取得します。

public:
 static System::ComponentModel::EventDescriptorCollection ^ GetEventsFromRegisteredType(Type ^ componentType);
public static System.ComponentModel.EventDescriptorCollection GetEventsFromRegisteredType (Type componentType);
static member GetEventsFromRegisteredType : Type -> System.ComponentModel.EventDescriptorCollection
Public Shared Function GetEventsFromRegisteredType (componentType As Type) As EventDescriptorCollection

パラメーター

componentType
Type

戻り値

適用対象