Udostępnij za pośrednictwem


ResourceMapMapViewIterator.HasCurrent Property

Definition

Gets a value that indicates whether there is a current item, or whether the iterator is at the end of the ResourceMapMapView.

public:
 property bool HasCurrent { bool get(); };
bool HasCurrent();
public bool HasCurrent { get; }
var boolean = resourceMapMapViewIterator.hasCurrent;
Public ReadOnly Property HasCurrent As Boolean

Property Value

Boolean

bool

true if the iterator refers to a valid item that is in the map view; otherwise, false.

Implements

Applies to