CommandResult property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the CommandResult object, which has the results from the last method call.
Class
ITemplate
Syntax
[C#]
ICommandResult CommandResult { get; };
[Visual C++]
// Returns the CommandResult Object, which has last
// method call result
HRESULT CommandResult(
// Returns the CommandResult
[out, retval] ICommandResult** CommandResult
);