IPropertyEditingUser.ValidateObjects(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 client-side validation of objects.
public:
void ValidateObjects(System::Object ^ targetObject);
public void ValidateObjects (object targetObject);
abstract member ValidateObjects : obj -> unit
Public Sub ValidateObjects (targetObject As Object)
Parameters
- targetObject
- Object
The object to be validated.
Remarks
Implementations should throw an exception when a validation error occurs.