public class HtmlElementInfoCollection
Public Class HtmlElementInfoCollection
public ref class HtmlElementInfoCollection
type HtmlElementInfoCollection = class end
HtmlElementInfoCollection | Initializes a new instance of the HtmlElementInfoCollection class |
Count | The number of HtmlElementInfo objects in collection. |
Item | Returns the HtmlElementInfo object at the given index in collection |
Clear | Removes all the elements from the HTML elements info collection |
Equals | (Inherited from Object) |
Finalize | (Inherited from Object) |
FindElementByCollectID | Searches a HtmlElementInfo object in collection of retrieved HTML elements by collect ID defined with the data-collect-id attribute in HTML |
FindElementByID | Searches a HtmlElementInfo object in collection of retrieved HTML elements by HTML element ID |
FindElementByTag | Searches a HtmlElementInfo in collection by HTML element tag name |
GetHashCode | (Inherited from Object) |
GetType | (Inherited from Object) |
MemberwiseClone | (Inherited from Object) |
ToString | (Inherited from Object) |