Compartilhar via


Método PropertyGroup.ICustomTypeDescriptor.GetEvents (array<Attribute )

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Private Function GetEvents ( _
    attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
    Attribute[] attributes
)
private:
virtual EventDescriptorCollection^ GetEvents(
    array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
private override GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
JScript não oferece suporte para implementações de interfaces explícitas.

Parâmetros

Valor de retorno

Tipo: System.ComponentModel.EventDescriptorCollection

Implementações

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Segurança do .NET Framework

Consulte também

Referência

PropertyGroup Classe

Sobrecargas GetEvents

Namespace Microsoft.VisualStudio.Data.Schema.Package.Internal