Compartir a través de


LocalizableProperties.GetEvents (Método) (array<Attribute )

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 devuelto

Tipo: System.ComponentModel.EventDescriptorCollection

Implementaciones

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Seguridad de .NET Framework

Vea también

Referencia

LocalizableProperties Clase

GetEvents (Sobrecarga)

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)