IGrooveStringStringEnum.OpenNextPair Method

The OpenNextPair method returns the next string-string pair in the enumeration, as an IGrooveVARIANTPair.

object.OpenNextPair () As IGrooveVARIANTPair

Return Value

The return value is an IGrooveVARIANTPair object. The First property represents the first string of the pair, and the Second property represents the second string of the pair.

See Also

Reference

IGrooveStringStringEnum Interface
IGrooveStringStringEnumCreate Interface