Members
| Name | Description | |
|---|---|---|
![]() |
Next | Retrieve the next historical marker in this enumerator. |
![]() |
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.
