NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ColumnCollectionEditor.EditValue

Edits the value specified.

[Visual Basic]
Overrides Public Function EditValue( _
   ByVal context As ITypeDescriptorContext, _
   ByVal provider As IServiceObjectProvider, _
   ByVal value As Object _
) As Object
[C#]
public override object EditValue(
   ITypeDescriptorContext context,
   IServiceObjectProvider provider,
   object value
);
[C++]
public: override Object* EditValue(
   ITypeDescriptorContext* context,
   IServiceObjectProvider* provider,
   Object* value
);
[JScript]
public override function EditValue(
   context : ITypeDescriptorContext,
   provider : IServiceObjectProvider,
   value : Object
) : Object;

Parameters

context
An ITypeDescriptorContext that specifies the context of the value to edit.
provider
[To be supplied.]
value
[To be supplied.]

Return Value

The updated value.

See Also

ColumnCollectionEditor Class | ColumnCollectionEditor Members | System.Web.UI.Design.WebControls.ListControls Namespace