C# Class System.ComponentModel.CustomTypeDescriptor

Inheritance: ICustomTypeDescriptor
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
GetAttributes ( ) : AttributeCollection
GetClassName ( ) : string
GetComponentName ( ) : string
GetConverter ( ) : TypeConverter
GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
GetDefaultProperty ( ) : PropertyDescriptor
GetEditor ( Type editorBaseType ) : object
GetEvents ( ) : EventDescriptorCollection
GetEvents ( Attribute attributes ) : EventDescriptorCollection
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
GetPropertyOwner ( PropertyDescriptor pd ) : object

Méthodes protégées

Méthode Description
CustomTypeDescriptor ( ) : System
CustomTypeDescriptor ( ICustomTypeDescriptor parent ) : System

Method Details

CustomTypeDescriptor() protected méthode

protected CustomTypeDescriptor ( ) : System
Résultat System

CustomTypeDescriptor() protected méthode

protected CustomTypeDescriptor ( ICustomTypeDescriptor parent ) : System
parent ICustomTypeDescriptor
Résultat System

GetAttributes() public méthode

public GetAttributes ( ) : AttributeCollection
Résultat AttributeCollection

GetClassName() public méthode

public GetClassName ( ) : string
Résultat string

GetComponentName() public méthode

public GetComponentName ( ) : string
Résultat string

GetConverter() public méthode

public GetConverter ( ) : TypeConverter
Résultat TypeConverter

GetDefaultEvent() public méthode

public GetDefaultEvent ( ) : System.ComponentModel.EventDescriptor
Résultat System.ComponentModel.EventDescriptor

GetDefaultProperty() public méthode

public GetDefaultProperty ( ) : PropertyDescriptor
Résultat PropertyDescriptor

GetEditor() public méthode

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
Résultat object

GetEvents() public méthode

public GetEvents ( ) : EventDescriptorCollection
Résultat EventDescriptorCollection

GetEvents() public méthode

public GetEvents ( Attribute attributes ) : EventDescriptorCollection
attributes System.Attribute
Résultat EventDescriptorCollection

GetProperties() public méthode

public GetProperties ( ) : PropertyDescriptorCollection
Résultat PropertyDescriptorCollection

GetProperties() public méthode

public GetProperties ( Attribute attributes ) : PropertyDescriptorCollection
attributes System.Attribute
Résultat PropertyDescriptorCollection

GetPropertyOwner() public méthode

public GetPropertyOwner ( PropertyDescriptor pd ) : object
pd PropertyDescriptor
Résultat object