Nevron.Editors Namespace / NAttributeTypeEditor Class / Edit Method / Edit(Type,Type,Object,Boolean,Object) Method


In This Topic
    Edit(Type,Type,Object,Boolean,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Edit( _
       ByVal attributeEditorType As System.Type, _
       ByVal attrubuteType As System.Type, _
       ByVal inObj As System.Object, _
       ByVal automaticStyle As System.Boolean, _
       ByRef outObj As System.Object _
    ) As System.Boolean
    'Usage
     
    
    Dim attributeEditorType As System.Type
    Dim attrubuteType As System.Type
    Dim inObj As System.Object
    Dim automaticStyle As System.Boolean
    Dim outObj As System.Object
    Dim value As System.Boolean
     
    value = NAttributeTypeEditor.Edit(attributeEditorType, attrubuteType, inObj, automaticStyle, outObj)
    public static System.bool Edit( 
       System.Type attributeEditorType,
       System.Type attrubuteType,
       System.object inObj,
       System.bool automaticStyle,
       out System.object outObj
    )

    Parameters

    attributeEditorType
    attrubuteType
    inObj
    automaticStyle
    outObj
    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