Method | Description | |
---|---|---|
GetValue ( object component ) : object |
When overridden in a derived class, gets the current value of the property on a component.
|
|
ModuleEntryFieldDescriptor ( string name, |
||
SetValue ( object component, object value ) : void |
Not supported.
|
public GetValue ( object component ) : object | ||
component | object | The component with the property for which to retrieve the value. |
return | object |
public ModuleEntryFieldDescriptor ( string name, |
||
name | string | |
attributes | ||
type | ||
return | System |
public SetValue ( object component, object value ) : void | ||
component | object | |
value | object | |
return | void |