Перегрузка | Описание |
---|---|
GetProperties(ITypeDescriptorContext,Object,Attribute[]) | Извлекает набор свойств для этого типа. По умолчанию тип не возвращает никаких свойств. Простая реализация этого метода может просто вызвать TypeDescriptor.GetProperties для правильного типа данных. |
GetProperties(ITypeDescriptorContext,Object) | Returns a collection of properties for the type of array specified by the value parameter, using the specified context. (Наследуется от System.ComponentModel.TypeConverter) |
GetProperties(Object) | Returns a collection of properties for the type of array specified by the value parameter. (Наследуется от System.ComponentModel.TypeConverter) |