Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties (array<Attribute )
Para obter uma descrição de esse membro, consulte GetProperties.
Namespace: Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly: Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)
Sintaxe
'Declaração
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 não oferece suporte a implementações explícitas da interface.
Parâmetros
- attributes
Tipo: array<System.Attribute[]
Uma matriz dos atributos como usar como um filtro.Isso pode ser nulluma referência nula (Nothing no Visual Basic).
Valor de retorno
Tipo: System.ComponentModel.PropertyDescriptorCollection
Retorna as propriedades para essa instância do componente.
Implementações
ICustomTypeDescriptor.GetProperties(array<Attribute[])
Comentários
Esse membro é uma implementação explícita do membro da interface.Pode ser usada somente quando ConnectionStringBuilder é convertido em uma interface de ICustomTypeDescriptor .
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.