Share via


ResourceMapMapViewIterator.HasCurrent 속성

정의

현재 항목이 있는지 또는 반복기가 ResourceMapMapView의 끝에 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

true 반복기가 맵 보기에 있는 유효한 항목을 참조하면 이고, 그렇지 않으면 입니다 false.

구현

적용 대상