'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