DataRowView.ICustomTypeDescriptor.GetEvents Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Returnerar händelserna för den här instansen av en komponent.
Överlagringar
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetEvents() |
Returnerar händelserna för den här instansen av en komponent. |
| ICustomTypeDescriptor.GetEvents(Attribute[]) |
Returnerar händelserna för den här instansen av en komponent med angivna attribut. |
Kommentarer
Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen DataRowView skickas till ett ICustomTypeDescriptor gränssnitt.
ICustomTypeDescriptor.GetEvents()
- Källa:
- DataRowView.cs
- Källa:
- DataRowView.cs
- Källa:
- DataRowView.cs
- Källa:
- DataRowView.cs
- Källa:
- DataRowView.cs
Returnerar händelserna för den här instansen av en komponent.
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
Returer
Händelserna för den här instansen av en komponent.
Implementeringar
Kommentarer
Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen DataRowView skickas till ett ICustomTypeDescriptor gränssnitt.
Gäller för
ICustomTypeDescriptor.GetEvents(Attribute[])
- Källa:
- DataRowView.cs
- Källa:
- DataRowView.cs
- Källa:
- DataRowView.cs
- Källa:
- DataRowView.cs
- Källa:
- DataRowView.cs
Returnerar händelserna för den här instansen av en komponent med angivna attribut.
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
Parametrar
- attributes
- Attribute[]
Attributen.
Returer
Händelserna för den här instansen av en komponent.
Implementeringar
- Attribut
Kommentarer
Den här medlemmen är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen DataRowView skickas till ett ICustomTypeDescriptor gränssnitt.