IPropertyEditingUser.UpdateObjects(Object) Method

Definition

When overridden in a derived class, performs an update of the objects to the server.

public:
 bool UpdateObjects(System::Object ^ targetObject);
public bool UpdateObjects (object targetObject);
abstract member UpdateObjects : obj -> bool
Public Function UpdateObjects (targetObject As Object) As Boolean

Parameters

targetObject
Object

The object to be updated to the server.

Returns

true if the property form is ready to be closed after the server is updated; otherwise, false.

Remarks

Implementations should throw an exception when an error occurs during the update to the server.

Applies to