Compartilhar via


Método DataViewBrowseObject.GetEvents (array<Attribute )

Retorna uma coleção de EventDescriptorCollection de eventos que correspondem aos atributos especificados para a atual para o objeto.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Public Overridable Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection
public virtual EventDescriptorCollection GetEvents(
    Attribute[] attributes
)
public:
virtual EventDescriptorCollection^ GetEvents(
    array<Attribute^>^ attributes
)
abstract GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
override GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
public function GetEvents(
    attributes : Attribute[]
) : EventDescriptorCollection

Parâmetros

Valor de retorno

Tipo: System.ComponentModel.EventDescriptorCollection
Retorna uma coleção de EventDescriptorCollection que contém os eventos que correspondam aos atributos especificados para a atual para o objeto.

Implementações

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Segurança do .NET Framework

Consulte também

Referência

DataViewBrowseObject Classe

Sobrecargas GetEvents

Namespace Microsoft.VisualStudio.Data.Framework

GetEvents