SmartGlassDeviceCollection.GetMany Method

Retrieves a range of CompanionDevice objects, starting at a given index number.

Syntax

public:
uint32 GetMany(
         uint32 startIndex,
         out Array<SmartGlassDevice>^ items
)  

Parameters

startIndex
Type: uint32 

 The index into the collection to start at.

items
Type: SmartGlassDevice 

The array of SmartGlassDevice objects located.

Return value

Type: uint32 

 The number of objects returned.

Requirements

Namespace: Windows.Xbox.SmartGlass

Metadata: windows.winmd

See also

Reference

SmartGlassDeviceCollection Class

SmartGlassDeviceCollection Members

Windows.Xbox.SmartGlass Namespace