C# Класс GoogleCloudExtension.Utils.PropertyWindowItemBase

This class is to be used as the base of all of the items displayed in the Property Window in Visual Studio. This class implements enough of ICustomTypeDescriptor to provide the custom name, custom component and properties to the Property Window. The Properties Window will display the class name in normal text and the component name in bold.
Наследование: ICustomTypeDescriptor
Показать файл Открыть проект

Защищенные методы

Метод Описание
PropertyWindowItemBase ( string className, string componentName ) : System

Initializes the item base to provide the name of the item, passed in the componentName parameter and the kind of properties being displayed, passed in the className parameter.

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

Метод Описание
ICustomTypeDescriptor ( ) : AttributeCollection
ICustomTypeDescriptor ( ) : System.ComponentModel.EventDescriptor
ICustomTypeDescriptor ( ) : EventDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : EventDescriptorCollection
ICustomTypeDescriptor ( ) : PropertyDescriptor
ICustomTypeDescriptor ( ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( Attribute attributes ) : PropertyDescriptorCollection
ICustomTypeDescriptor ( ) : TypeConverter
ICustomTypeDescriptor ( PropertyDescriptor pd ) : object
ICustomTypeDescriptor ( Type editorBaseType ) : object
ICustomTypeDescriptor ( ) : string

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

PropertyWindowItemBase() защищенный Метод

Initializes the item base to provide the name of the item, passed in the componentName parameter and the kind of properties being displayed, passed in the className parameter.
protected PropertyWindowItemBase ( string className, string componentName ) : System
className string The kind of properties being displayed.
componentName string The component name, typically the name of the item.
Результат System