A Sandcastle Documented Class Library |
HtmlNodeCollection..::..GetNodeIndex Method |
HtmlNodeCollection Class See Also Send Feedback |
Get index of node
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public int GetNodeIndex( HtmlNode node ) |
Visual Basic |
---|
Public Function GetNodeIndex ( _ node As HtmlNode _ ) As Integer |
Visual C++ |
---|
public: int GetNodeIndex( HtmlNode^ node ) |
Parameters
- node
- Type: HtmlAgilityPack..::..HtmlNode
[Missing <param name="node"/> documentation for "M:HtmlAgilityPack.HtmlNodeCollection.GetNodeIndex(HtmlAgilityPack.HtmlNode)"]