This topic has not yet been rated - Rate this topic

HtmlElementCollection Properties

The HtmlElementCollection type exposes the following members.

  Name Description
Public property Count Gets the number of elements in the collection.
Public property Item[Int32] Gets an item from the collection by specifying its numerical index.
Public property Item[String] Gets an item from the collection by specifying its name.
Top
  Name Description
Explicit interface implemetation Private property ICollection.IsSynchronized Gets a value indicating whether access to the HtmlElementCollection is synchronized (thread safe).
Explicit interface implemetation Private property ICollection.SyncRoot Infrastructure. Gets an object that can be used to synchronize access to the collection.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.