IEnumHistoricalMarker Interface

Members

Name Description
Method Next Retrieve the next historical marker in this enumerator.
Method Reset Reset the enumerator to the beginning.

IEnumHistoricalMarker.Next Method

Retrieve the next historical marker in this enumerator.

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

IEnumHistoricalMarker.Reset Method

Reset the enumerator to the beginning.

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

Classes that implement IEnumHistoricalMarker

Classes Description
EnumHistoricalMarker

Remarks

The IEnumHistoricalMarker interface is used to enumerate a set of historical versions.

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