Done

Property of IDocumentIterator

Description

Indicates that iterator reached end of collection

Property type

Read-Only Property of type VARIANT_BOOL

Syntax

JavaScript

var bVal = DocumentIterator.Done;

==== Visual Basic Script ====

bVal = DocumentIterator.Done

==== C++ ====

VARIANT_BOOL bVal;
HRESULT hr = DocumentIterator.get_Done(&bVal);

===== See Also ===== IDocumentIterator