IReposProperties::get_Count

Meta Data Services Programming

Meta Data Services Programming

IReposProperties::get_Count

This method retrieves a count of the number of persistent members (properties and collections) that are in the Properties collection.

HRESULT get_Count(long    *piCount);

Parameters

*piCount

[out]
The number of members in the collection.

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IReposProperties Interface