ShortcutFileInfoIconIndexEditorEditValue(ITypeDescriptorContext, IServiceProvider, Object) Method
Edits the given object value using the editor style provided by the
GetEditStyle(ITypeDescriptorContext) method.
Namespace: DevCase.UI.TypeEditorsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public override Object EditValue(
ITypeDescriptorContext context,
IServiceProvider provider,
Object value
)
Public Overrides Function EditValue (
context As ITypeDescriptorContext,
provider As IServiceProvider,
value As Object
) As Object
Dim instance As ShortcutFileInfoIconIndexEditor
Dim context As ITypeDescriptorContext
Dim provider As IServiceProvider
Dim value As Object
Dim returnValue As Object
returnValue = instance.EditValue(context,
provider, value)
public:
virtual Object^ EditValue(
ITypeDescriptorContext^ context,
IServiceProvider^ provider,
Object^ value
) override
abstract EditValue :
context : ITypeDescriptorContext *
provider : IServiceProvider *
value : Object -> Object
override EditValue :
context : ITypeDescriptorContext *
provider : IServiceProvider *
value : Object -> Object
No code example is currently available or this language may not be supported.
- context ITypeDescriptorContext
-
A type descriptor context that can be used to provide additional context information.
- provider IServiceProvider
-
A service provider object through which editing services may be obtained.
- value Object
-
An instance of the value being edited.
Object
The new value of the object.
If the value of the object has not changed, this should return the same object it was passed.