DnssdServiceInstanceCollection.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.
Gets an iterator that is initialized to refer to the first item in the instance collection.
Note
DnssdServiceInstanceCollection is not supported and may be altered or unavailable in the future. Instead, use the Windows.Devices.Enumeration API.
public:
virtual IIterator<DnssdServiceInstance ^> ^ First() = IIterable<DnssdServiceInstance ^>::First;
IIterator<DnssdServiceInstance> First();
public IIterator<DnssdServiceInstance> First();
function first()
Public Function First () As IIterator(Of DnssdServiceInstance)
Returns
Gets an iterator instance initialized to the first item in the service instance collection. Your code can use this iterator to enumerate all members of the collection.