C# 클래스 Hawkeye.UI.PropertyTabs.BasePropertyTab

상속: System.Windows.Forms.Design.PropertyTab
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
GetProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection

Gets the properties of the specified component that match the specified attributes and context.

GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection

보호된 메소드들

메소드 설명
AddPseudoProperties ( ITypeDescriptorContext context, object component, Attribute attributes, PropertyDescriptorCollection originalCollection ) : PropertyDescriptorCollection

Adds pseudo-properties for the specified component.

GetAllProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection

Gets all the properties of the specified component that match the specified attributes and context.

메소드 상세

AddPseudoProperties() 보호된 메소드

Adds pseudo-properties for the specified component.
protected AddPseudoProperties ( ITypeDescriptorContext context, object component, Attribute attributes, PropertyDescriptorCollection originalCollection ) : PropertyDescriptorCollection
context ITypeDescriptorContext /// An /// that indicates the context to retrieve properties from.
component object The component to retrieve properties from.
attributes System.Attribute /// An array of type that indicates the /// attributes of the properties to retrieve.
originalCollection System.ComponentModel.PropertyDescriptorCollection The original property descriptor collection.
리턴 System.ComponentModel.PropertyDescriptorCollection

GetAllProperties() 보호된 추상적인 메소드

Gets all the properties of the specified component that match the specified attributes and context.
protected abstract GetAllProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
component object The component to retrieve properties from.
attributes System.Attribute /// An array of type that indicates the /// attributes of the properties to retrieve.
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

Gets the properties of the specified component that match the specified attributes and context.
public GetProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext /// An /// that indicates the context to retrieve properties from.
component object The component to retrieve properties from.
attributes System.Attribute /// An array of type that indicates the /// attributes of the properties to retrieve.
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 메소드

public GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection