Método DataConnectionProperties.ICustomTypeDescriptor.GetAttributes
Retorna uma coleção de atributos personalizados para o objeto especificado.
Namespace: Microsoft.VisualStudio.Data.Framework
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: System.ComponentModel.AttributeCollection
Uma instância de AttributeCollection que contém os atributos para essa 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
- 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.