Partilhar via


Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetAttributes

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

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.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: System.ComponentModel.AttributeCollection
Retorna 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 de .NET Framework .

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.AdoDotNet