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