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
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

보호된 메소드들

메소드 설명
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