Partilhar via


Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetAttributes

Recupera uma coleção de atributos personalizados para o objeto especificado.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Private Function GetAttributes As AttributeCollection 
    Implements ICustomTypeDescriptor.GetAttributes
AttributeCollection ICustomTypeDescriptor.GetAttributes()
private:
virtual AttributeCollection^ GetAttributes() sealed = ICustomTypeDescriptor::GetAttributes
private abstract GetAttributes : unit -> AttributeCollection  
private override GetAttributes : unit -> AttributeCollection
JScript não oferece suporte a implementações explícitas da interface.

Valor de retorno

Tipo: AttributeCollection
Uma instância do objeto de AttributeCollection que contém os atributos para este objeto.

Implementações

ICustomTypeDescriptor.GetAttributes

Comentários

Esse método oferece uma implementação do método de GetAttributes . Para obter mais informações, consulte o método de GetAttributes na biblioteca de classes do .NET Framework.

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet