| Overload | Description |
|---|---|
| IndexedElement(XContainer,XName) | A hint to create and use an index on the specified XML element. The hint has default action. |
| IndexedElement(XElement) | A hint to create and use an index on the specified XML element. The hint has default action. |
| IndexedElement(XElement,IndexingHintAction) | A hint to create and use an index on the specified XML element. The hint has specified action. |
| IndexedElement(XContainer,XName,IndexingHintAction) | A hint to create and use an index on the specified XML element. The hint has specified action. |