Metodo PropertyGroup.ICustomTypeDescriptor.GetEvents (array<Attribute )

La classe e i relativi membri sono riservati per uso interno e non possono essere utilizzati nel codice.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
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 non supporta le implementazioni esplicite dell'interfaccia.

Parametri

Valore restituito

Tipo: System.ComponentModel.EventDescriptorCollection

Implementa

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyGroup Classe

Overload GetEvents

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Internal