Count property
- Last UpdatedJul 22, 2024
- 1 minute read
Returns the number of CommandResult objects in the collection.
Class
ICommandResults
Syntax
[C#]
int count { get; };
[Visual C++]
HRESULT Count(
[out, retval] LONG*
);
Returns the number of CommandResult objects in the collection.
ICommandResults
[C#]
int count { get; };
[Visual C++]
HRESULT Count(
[out, retval] LONG*
);