ESRI.ArcGIS.ADF.Web.DataSources.Graphics
EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.Graphics.Design Namespace > GraphicsLayerDataSourceDefinitionEditor Class > EditValue Method : EditValue(ITypeDescriptorContext,IServiceProvider,Object) Method




pContext
Context.
pProvider
Service provider.
pValue
Default value.
Edits the value.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Function EditValue( _
   ByVal pContext As ITypeDescriptorContext, _
   ByVal pProvider As IServiceProvider, _
   ByVal pValue As Object _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayerDataSourceDefinitionEditor
Dim pContext As ITypeDescriptorContext
Dim pProvider As IServiceProvider
Dim pValue As Object
Dim value As Object
 
value = instance.EditValue(pContext, pProvider, pValue)
C# 
public override object EditValue( 
   ITypeDescriptorContext pContext,
   IServiceProvider pProvider,
   object pValue
)

Parameters

pContext
Context.
pProvider
Service provider.
pValue
Default value.

Return Value

Edited value.

See Also

© 2010 All Rights Reserved.