MPMediaQuery.GetSection(UIntPtr) Method

Definition

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

Applies to