C# Class PoshCode.Wpf.BindingCustomTypeDescriptor

Inheritance: System.ComponentModel.CustomTypeDescriptor
Afficher le fichier Open project: Jaykul/PoshConsole

Méthodes publiques

Méthode Description
BindingCustomTypeDescriptor ( ICustomTypeDescriptor parent ) : System
GetProperties ( ) : PropertyDescriptorCollection
GetProperties ( Attribute attributes ) : PropertyDescriptorCollection

Method Details

BindingCustomTypeDescriptor() public méthode

public BindingCustomTypeDescriptor ( ICustomTypeDescriptor parent ) : System
parent ICustomTypeDescriptor
Résultat System

GetProperties() public méthode

public GetProperties ( ) : PropertyDescriptorCollection
Résultat System.ComponentModel.PropertyDescriptorCollection

GetProperties() public méthode

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