Método DataConnectionProperties.GetProperties (array<Attribute )
Recupera a coleção de descritores propriedades atualmente conhecidas que correspondam a um conjunto específico de atributos.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)
Sintaxe
'Declaração
Protected Function GetProperties ( _
attributes As Attribute() _
) As PropertyDescriptorCollection
protected PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
protected:
PropertyDescriptorCollection^ GetProperties(
array<Attribute^>^ attributes
)
member GetProperties :
attributes:Attribute[] -> PropertyDescriptorCollection
protected function GetProperties(
attributes : Attribute[]
) : PropertyDescriptorCollection
Parâmetros
- attributes
Tipo: array<System.Attribute[]
Uma matriz do tipo Attribute que é usado como um filtro para definir as propriedades para retornar.
Valor de retorno
Tipo: System.ComponentModel.PropertyDescriptorCollection
Uma coleção de descritores propriedades atualmente conhecidas que correspondam a um conjunto específico de atributos.
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áveis.