Поделиться через


DataConnectionProperties.ICustomTypeDescriptor.GetAttributes - метод

Извлекает коллекцию настраиваемых атрибутов для заданного объекта.

Пространство имен:  Microsoft.VisualStudio.Data
Сборка:  Microsoft.VisualStudio.Data (в Microsoft.VisualStudio.Data.dll)

Синтаксис

'Декларация
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 не поддерживает явные реализации интерфейса.

Возвращаемое значение

Тип: System.ComponentModel.AttributeCollection
Возвращает экземпляр AttributeCollection, содержащая атрибуты для данного объекта.

Реализации

ICustomTypeDescriptor.GetAttributes()

Заметки

Этот метод обеспечивает реализацию метода GetAttributes.Дополнительные сведения см. в описании метода GetAttributes в библиотеке классов .NET Framework.

Безопасность платформы .NET Framework

См. также

Ссылки

DataConnectionProperties Класс

Microsoft.VisualStudio.Data - пространство имен