Namespace: CodeSmith.CustomProperties
Assembly: CodeSmith.CustomProperties (in CodeSmith.CustomProperties.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public override Object EditValue(
	ITypeDescriptorContext context,
	IServiceProvider provider,
	Object value
)
Visual Basic
Public Overrides Function EditValue ( 
	context As ITypeDescriptorContext,
	provider As IServiceProvider,
	value As Object
) As Object

Return Value

Type: Object

See Also