MapIterator.domainValue 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 key in the (key, value) pair that is referred to by the iterator.
public:
virtual System::Object ^ domainValue();
public virtual object domainValue ();
abstract member domainValue : unit -> obj
override this.domainValue : unit -> obj
Public Overridable Function domainValue () As Object
Returns
The value of the first item in the map element that is currently referred to by the iterator.