IEnumXMLIndexTemplate Interface

A simple enumerator object for XML Index Templates.

Members

Name Description
Method Next Retrieves the next XML Index Template in the enumerator.
Method Reset Resets the enumerator to the beginning.

IEnumXMLIndexTemplate.Next Method

Retrieves the next XML Index Template in the enumerator.

Public Function Next ( _
) As IXMLIndexTemplate
public IXMLIndexTemplate Next (
);

IEnumXMLIndexTemplate.Reset Method

Resets the enumerator to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumXMLIndexTemplate

Classes Description
EnumXMLIndexTemplate XML Index Template Enumerator Object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.