C# Класс System.ComponentModel.ComponentConverter

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

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

Метод Описание
ComponentConverter ( Type type ) : Microsoft.Win32
GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool

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

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

public ComponentConverter ( Type type ) : Microsoft.Win32
type Type
Результат Microsoft.Win32

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

public GetProperties ( ITypeDescriptorContext context, object value, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
value object
attributes Attribute
Результат PropertyDescriptorCollection

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

public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
Результат bool