MPMediaQuery.GetSection(UIntPtr) 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.
Caution
Use the 'ItemSections' array instead.
Returns the item section at the specified index.
public MediaPlayer.MPMediaQuerySection GetSection(UIntPtr index);
[System.Obsolete("Use the 'ItemSections' array instead.")]
public MediaPlayer.MPMediaQuerySection GetSection(UIntPtr index);
member this.GetSection : unativeint -> MediaPlayer.MPMediaQuerySection
[<System.Obsolete("Use the 'ItemSections' array instead.")>]
member this.GetSection : unativeint -> MediaPlayer.MPMediaQuerySection
Parameters
- index
-
UIntPtr
unativeint
The zero-based index of the section to retrieve.
Returns
The MPMediaQuerySection at index.
- Attributes