DataViewBrowseObject.GetProperties (Método) (array<Attribute )

Recupera una colección de PropertyDescriptorCollection de propiedades que coinciden con los atributos especificados para el objeto actual de examen.

Espacio de nombres:  Microsoft.VisualStudio.Data.Framework
Ensamblado:  Microsoft.VisualStudio.Data.Framework (en Microsoft.VisualStudio.Data.Framework.dll)

Sintaxis

'Declaración
Public Overridable Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public virtual PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)
public:
virtual PropertyDescriptorCollection^ GetProperties(
    array<Attribute^>^ attributes
)
abstract GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
override GetProperties : 
        attributes:Attribute[] -> PropertyDescriptorCollection 
public function GetProperties(
    attributes : Attribute[]
) : PropertyDescriptorCollection

Parámetros

Valor devuelto

Tipo: System.ComponentModel.PropertyDescriptorCollection
Devuelve una colección de PropertyDescriptorCollection que contiene las propiedades que coinciden con los atributos especificados para el objeto actual de examen.

Implementaciones

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Seguridad de .NET Framework

Vea también

Referencia

DataViewBrowseObject Clase

GetProperties (Sobrecarga)

Microsoft.VisualStudio.Data.Framework (Espacio de nombres)