length property
Retrieves the number of properties that are explicitly set on the parent object.
Syntax
HRESULT value = object.get_length(* p);
Property values
Type: long
the number of properties that are explicitly set on the parent object. The range of valid property values is from 0
through length-1
, inclusive.