C# Class System.ComponentModel.DebugExtendedPropertyDescriptor

Inheritance: PropertyDescriptor
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
CanResetValue ( object comp ) : bool
DebugExtendedPropertyDescriptor ( DebugReflectPropertyDescriptor extenderInfo, Type receiverType, IExtenderProvider provider ) : System.Diagnostics
DebugExtendedPropertyDescriptor ( DebugReflectPropertyDescriptor extenderInfo, Type receiverType, IExtenderProvider provider, Attribute attributes ) : System.Diagnostics
DebugExtendedPropertyDescriptor ( PropertyDescriptor extender, Attribute attributes ) : System.Diagnostics
GetChildProperties ( object instance, Attribute filter ) : PropertyDescriptorCollection
GetEditor ( Type editorBaseType ) : object
GetValue ( object comp ) : object
ResetValue ( object comp ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object comp ) : bool

Method Details

CanResetValue() public méthode

public CanResetValue ( object comp ) : bool
comp object
Résultat bool

DebugExtendedPropertyDescriptor() public méthode

public DebugExtendedPropertyDescriptor ( DebugReflectPropertyDescriptor extenderInfo, Type receiverType, IExtenderProvider provider ) : System.Diagnostics
extenderInfo DebugReflectPropertyDescriptor
receiverType System.Type
provider IExtenderProvider
Résultat System.Diagnostics

DebugExtendedPropertyDescriptor() public méthode

public DebugExtendedPropertyDescriptor ( DebugReflectPropertyDescriptor extenderInfo, Type receiverType, IExtenderProvider provider, Attribute attributes ) : System.Diagnostics
extenderInfo DebugReflectPropertyDescriptor
receiverType System.Type
provider IExtenderProvider
attributes System.Attribute
Résultat System.Diagnostics

DebugExtendedPropertyDescriptor() public méthode

public DebugExtendedPropertyDescriptor ( PropertyDescriptor extender, Attribute attributes ) : System.Diagnostics
extender PropertyDescriptor
attributes System.Attribute
Résultat System.Diagnostics

GetChildProperties() public méthode

public GetChildProperties ( object instance, Attribute filter ) : PropertyDescriptorCollection
instance object
filter System.Attribute
Résultat PropertyDescriptorCollection

GetEditor() public méthode

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

GetValue() public méthode

public GetValue ( object comp ) : object
comp object
Résultat object

ResetValue() public méthode

public ResetValue ( object comp ) : void
comp object
Résultat void

SetValue() public méthode

public SetValue ( object component, object value ) : void
component object
value object
Résultat void

ShouldSerializeValue() public méthode

public ShouldSerializeValue ( object comp ) : bool
comp object
Résultat bool