MapIterator.rangeValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the value of the value in the (key, value) pair that is referred to by the iterator.
public:
virtual System::Object ^ rangeValue();
public virtual object rangeValue ();
abstract member rangeValue : unit -> obj
override this.rangeValue : unit -> obj
Public Overridable Function rangeValue () As Object
Returns
The value of the second item in the map element that is currently referred to by the iterator.
Remarks
The rangeValue method has the same functionality as the MapIterator.value method, but it is available as a counterpart to the domainValue method.