A Sandcastle Documented Class Library |
HtmlAttributeCollection..::..Item Property (Int32) |
HtmlAttributeCollection Class See Also Send Feedback |
Gets the attribute at the specified index.
Namespace: HtmlAgilityPack
Assembly: HtmlAgilityPack (in HtmlAgilityPack.dll) Version: 1.4.0.0 (1.4.0.0)
Syntax
C# |
---|
public HtmlAttribute this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As HtmlAttribute Get Set |
Visual C++ |
---|
public: virtual property HtmlAttribute^ default[int index] { HtmlAttribute^ get (int index) sealed; void set (int index, HtmlAttribute^ value) sealed; } |
Parameters
- index
- Type: System..::..Int32