IPropertyEditingUser.UpdateObjects(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.