ResourceCandidateVectorView.First 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 an iterator to enumerate the items in the set of ResourceCandidate objects.
public:
virtual IIterator<ResourceCandidate ^> ^ First() = IIterable<ResourceCandidate ^>::First;
IIterator<ResourceCandidate> First();
public IIterator<ResourceCandidate> First();
function first()
Public Function First () As IIterator(Of ResourceCandidate)
Returns
The iterator. The current position of the iterator is index 0, or the end of the set if the set is empty.