DbConnectionStringBuilder.ICustomTypeDescriptor.GetEvents Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Egy összetevő jelen példányának eseményeit adja vissza.
Túlterhelések
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetEvents() |
Egy összetevő jelen példányának eseményeit adja vissza. |
| ICustomTypeDescriptor.GetEvents(Attribute[]) |
Egy összetevő jelen példányának eseményeit adja vissza, szűrőként a megadott attribútumtömböt használva. |
ICustomTypeDescriptor.GetEvents()
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
Egy összetevő jelen példányának eseményeit adja vissza.
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
Válaszok
Ez EventDescriptorCollection az összetevőpéldány eseményeit jelöli.
Megvalósítás
Megjegyzések
Ez a tag egy explicit felületi tag implementációja. Csak akkor használható, ha a DbConnectionStringBuilder példányt egy ICustomTypeDescriptor felületre öntötték.
További információért lásd GetEvents.
Lásd még
A következőre érvényes:
ICustomTypeDescriptor.GetEvents(Attribute[])
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
- Forrás:
- DbConnectionStringBuilder.cs
Egy összetevő jelen példányának eseményeit adja vissza, szűrőként a megadott attribútumtömböt használva.
virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")]
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes);
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("The public parameterless constructor or the 'Default' static field may be trimmed from the Attribute's Type.")>]
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
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
Paraméterek
Válaszok
Ez EventDescriptorCollection az összetevőpéldány szűrt eseményeit jelöli.
Megvalósítás
- Attribútumok
Megjegyzések
Ez a tag egy explicit felületi tag implementációja. Csak akkor használható, ha a DbConnectionStringBuilder példányt egy ICustomTypeDescriptor felületre öntötték.
További információért lásd GetEvents.