AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents (Método) (array<Attribute )
Para obtener una descripción de este miembro, vea GetEvents.
Espacio de nombres: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Ensamblado: Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)
Sintaxis
'Declaración
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 no admite implementaciones explícitas de interfaces.
Parámetros
- attributes
Tipo: array<System.Attribute[]
Matriz de atributos que se va a utilizar como filtro.Puede ser nullreferencia null (Nothing en Visual Basic).
Valor devuelto
Tipo: System.ComponentModel.EventDescriptorCollection
Devuelve los eventos para esta instancia de componente.
Implementaciones
ICustomTypeDescriptor.GetEvents(array<Attribute[])
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz.Sólo se puede usar cuando ConnectionStringBuilder se convierte en una interfaz ICustomTypeDescriptor.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
AdoDotNetConnectionProperties Clase
Microsoft.VisualStudio.Data.Framework.AdoDotNet (Espacio de nombres)