DbConnectionStringBuilder.ICustomTypeDescriptor.GetEvents メソッド

定義

コンポーネントのこのインスタンスのイベントを返します。

オーバーロード

ICustomTypeDescriptor.GetEvents()

コンポーネントのこのインスタンスのイベントを返します。

ICustomTypeDescriptor.GetEvents(Attribute[])

フィルターとして指定された属性配列を使用して、コンポーネントのこのインスタンスのイベントを返します。

ICustomTypeDescriptor.GetEvents()

ソース:
DbConnectionStringBuilder.cs
ソース:
DbConnectionStringBuilder.cs
ソース:
DbConnectionStringBuilder.cs

コンポーネントのこのインスタンスのイベントを返します。

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

戻り値

このコンポーネント インスタンスのイベントを表す EventDescriptorCollection

実装

注釈

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

詳細については、「GetEvents」を参照してください。

こちらもご覧ください

適用対象

ICustomTypeDescriptor.GetEvents(Attribute[])

ソース:
DbConnectionStringBuilder.cs
ソース:
DbConnectionStringBuilder.cs
ソース:
DbConnectionStringBuilder.cs

フィルターとして指定された属性配列を使用して、コンポーネントのこのインスタンスのイベントを返します。

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

パラメーター

attributes
Attribute[]

フィルターとして使用される Attribute 型の配列。

戻り値

このコンポーネント インスタンスのフィルター処理したイベントを表す EventDescriptorCollection

実装

注釈

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

詳細については、「GetEvents」を参照してください。

こちらもご覧ください

適用対象