IHTMLElementCollection::get_lengthIHTMLElementCollection::get_length*
*Contents  *Index  *Topic Contents
*Previous Topic: IHTMLElementCollection::put_length
*Next Topic: IHTMLElementCollection::get__newEnum

IHTMLElementCollection::get_length


HRESULT get_length(
    long *p
);

Retrieves the number of objects in the collection.

p
Address of a long integer variable that receives the number of elements.

See also put_length

Up Top of Page


IHTMLElementCollection::put_length


HRESULT put_length(
    long v
);

Sets the size, in objects, of the collection.

v
Long integer value specifying the number of elements.

See also get_length


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.