ApplicationClipQuery.GetClipsAsync Method

Get the clips for a specified user.

Syntax

public:
IAsyncOperation<IVectorView<ApplicationClip^ >^ >^ GetClipsAsync(
         User^ owner
)  

Parameters

owner
Type: User 

The user who owns the clips to return.

Return value

Type: IAsyncOperation<IVectorView<ApplicationClip^ >^ > 

The collection of clips.

Requirements

Namespace: Windows.Xbox.Media.Capture

Metadata: windows.winmd

See also

Reference

ApplicationClipQuery Class

ApplicationClipQuery Members

Windows.Xbox.Media.Capture Namespace