TypeDescriptor.GetDefaultEvent メソッド (Object, Boolean)
カスタムの型記述子を使用して、コンポーネントの既定のイベントを取得します。
Overloads Public Shared Function GetDefaultEvent( _
ByVal component As Object, _ ByVal noCustomTypeDesc As Boolean _) As EventDescriptor
[C#]
public static EventDescriptor GetDefaultEvent(objectcomponent,boolnoCustomTypeDesc);
[C++]
public: static EventDescriptor* GetDefaultEvent(Object* component,boolnoCustomTypeDesc);
[JScript]
public static function GetDefaultEvent(
component : Object,noCustomTypeDesc : Boolean) : EventDescriptor;
パラメータ
- component
イベントを取得する対象のコンポーネント。 - noCustomTypeDesc
ICustomTypeDescriptor のインスタンスが TypeDescriptor を呼び出す場合は true 。それ以外の場合は false 。
戻り値
既定のイベントを保持している EventDescriptor 。イベントが存在しない場合は null 参照 (Visual Basic では Nothing) 。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
TypeDescriptor クラス | TypeDescriptor メンバ | System.ComponentModel 名前空間 | TypeDescriptor.GetDefaultEvent オーバーロードの一覧 | TypeDescriptor | EventDescriptor | PropertyDescriptor | ICustomTypeDescriptor