C# Класс System.ComponentModel.TypeDescriptor.AttributeProvider.AttributeTypeDescriptor

Наследование: CustomTypeDescriptor
Показать файл Открыть проект

Открытые методы

Метод Описание
GetAttributes ( ) : AttributeCollection

Retrieves the merged set of attributes. We do not cache this because there is always the possibility that someone changed our parent provider's metadata. TypeDescriptor will cache this for us anyhow.

Приватные методы

Метод Описание
AttributeTypeDescriptor ( Attribute attrs, ICustomTypeDescriptor parent ) : System.Collections

Creates a new custom type descriptor that can merge the provided set of attributes with the existing set.

Описание методов

GetAttributes() публичный Метод

Retrieves the merged set of attributes. We do not cache this because there is always the possibility that someone changed our parent provider's metadata. TypeDescriptor will cache this for us anyhow.
public GetAttributes ( ) : AttributeCollection
Результат AttributeCollection