Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetProperties (array<Attribute[])
Para obter uma descrição desse 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<Attribute[]Uma matriz de atributos para usar como um filtro. Ele pode ser nulluma referência nula (Nothing no Visual Basic).
Valor de retorno
Tipo: PropertyDescriptorCollection
Retorna as propriedades desta instância de um componente.
Implementações
ICustomTypeDescriptor.GetProperties(Attribute)
Comentários
Este membro é uma implementação do membro de interface explícita. Pode ser usado 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ável.