Retrieves a range of CompanionDevice objects, starting at a given index number.
public:
uint32 GetMany(
uint32 startIndex,
out Array<SmartGlassDevice>^ items
)
startIndex
Type: uint32
The index into the collection to start at.
items
Type: SmartGlassDevice
The array of SmartGlassDevice objects located.
Type: uint32
The number of objects returned.
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd
SmartGlassDeviceCollection Class