Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves a reference to the collection of all timed elements.
Syntax
HRESULT value = object.get_timeAll(ITIMEElementCollection** allColl);
Property values
Type: Object
the array of elements contained by the object.
Remarks
The timeAll collection contains all timed objects that are a descendant of the container object to which the collection is applied. To retrieve a collection of all timed elements on a page, apply the timeAll collection to the BODY element.
See also
Reference
Conceptual