Nevron .NET Vision
Nevron.Editors Namespace / NAttributeTypeEditor Class / EditValue Method / EditValue(IServiceProvider,Object) Method


In This Topic
    EditValue(IServiceProvider,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function EditValue( _
       ByVal provider As System.IServiceProvider, _
       ByVal value As System.Object _
    ) As System.Object
    'Usage
     
    
    Dim instance As NAttributeTypeEditor
    Dim provider As System.IServiceProvider
    Dim value As System.Object
    Dim value As System.Object
     
    value = instance.EditValue(provider, value)
    public System.object EditValue( 
       System.IServiceProvider provider,
       System.object value
    )

    Parameters

    provider
    value
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also