- Contents
DesignerCOM API
II3IDHandler::Validate Method
Synopsis
This method validates a handler to see if it is ready for publish. If it is not ready, the ValidationMessages parameter will contain a list of messages indicating why the handler is not ready to be published.
IDL Function Prototype
HRESULT Validate(
[out, retval] II3IDMessages ** ValidationMessages
);
C/C++ Syntax
HRESULT Validate( II3IDMessages ** ValidationMessages);
Parameters
- ValidationMessages
-
The return value is an II3IDMessages object that contains a list of messages indicating why the handler cannot be published.