PlayReadyDomainIterable.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 that iterates over the items in the PlayReady domain collection.
public:
virtual IIterator<IPlayReadyDomain ^> ^ First() = IIterable<IPlayReadyDomain ^>::First;
IIterator<IPlayReadyDomain> First();
public IIterator<IPlayReadyDomain> First();
function first()
Public Function First () As IIterator(Of IPlayReadyDomain)
Returns
The PlayReady domain iterator.