Método DataViewPropertyDescriptor.GetChildProperties (Object, array<Attribute[])
Retorna PropertyDescriptorCollection para um determinado componente, usando uma matriz especificada de atributos como um filtro.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)
Sintaxe
'Declaração
Public Overrides Function GetChildProperties ( _
instance As Object, _
filter As Attribute() _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetChildProperties(
Object instance,
Attribute[] filter
)
public:
virtual PropertyDescriptorCollection^ GetChildProperties(
Object^ instance,
array<Attribute^>^ filter
) override
abstract GetChildProperties :
instance:Object *
filter:Attribute[] -> PropertyDescriptorCollection
override GetChildProperties :
instance:Object *
filter:Attribute[] -> PropertyDescriptorCollection
public override function GetChildProperties(
instance : Object,
filter : Attribute[]
) : PropertyDescriptorCollection
Parâmetros
instance
Tipo: ObjectUm componente para obter as propriedades para.
filter
Tipo: array<Attribute[]Uma matriz de objetos Attribute para usar como um filtro.
Valor de retorno
Tipo: PropertyDescriptorCollection
PropertyDescriptorCollection com as propriedades que correspondem aos atributos especificados para o componente especificado.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.
Consulte também
Referência
DataViewPropertyDescriptor Classe