C# Class System.ComponentModel.Design.DesignerOptionService.DesignerOptionConverter

The type converter for the designer option collection.
Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
ConvertTo ( ITypeDescriptorContext cxt, CultureInfo culture, object value, Type destinationType ) : object
GetProperties ( ITypeDescriptorContext cxt, object value, Attribute attributes ) : PropertyDescriptorCollection
GetPropertiesSupported ( ITypeDescriptorContext cxt ) : bool

Method Details

ConvertTo() public méthode

public ConvertTo ( ITypeDescriptorContext cxt, CultureInfo culture, object value, Type destinationType ) : object
cxt ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
destinationType System.Type
Résultat object

GetProperties() public méthode

public GetProperties ( ITypeDescriptorContext cxt, object value, Attribute attributes ) : PropertyDescriptorCollection
cxt ITypeDescriptorContext
value object
attributes System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection

GetPropertiesSupported() public méthode

public GetPropertiesSupported ( ITypeDescriptorContext cxt ) : bool
cxt ITypeDescriptorContext
Résultat bool