DataConnectionProperties.ICustomTypeDescriptor.GetProperties (Método) (array<Attribute[])
Recupera las propiedades para la instancia especificada de un componente utilizando la matriz de atributos como filtro.
Espacio de nombres: Microsoft.VisualStudio.Data
Ensamblado: Microsoft.VisualStudio.Data (en Microsoft.VisualStudio.Data.dll)
Sintaxis
'Declaración
Private Function GetProperties ( _
attributes As Attribute() _
) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
Attribute[] attributes
)
private:
virtual PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetProperties
private abstract GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
private override GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
JScript no admite implementaciones explícitas de interfaces.
Parámetros
attributes
Tipo: array<Attribute[]Matriz de tipo Attribute que se utiliza como filtro.
Valor devuelto
Tipo: PropertyDescriptorCollection
Devuelve una matriz de Attribute tipo que representa las propiedades filtradas para esta instancia del componente.
Implementaciones
ICustomTypeDescriptor.GetProperties(Attribute)
Comentarios
Este método proporciona una implementación del método de GetProperties . Para obtener más información vea el método de GetProperties(System.Attribute[]) en la biblioteca de clases de .NET Framework .
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.