ApplicationClipQuery.GetClipsForUserAsync Method

Get the clips for a specified user.

Syntax

public:
IAsyncOperation<IVectorView<ApplicationClip^ >^ >^ GetClipsForUserAsync(
         User^ requester,
         String^ targetXboxUserId
)  

Parameters

requester
Type: User 

The requesting user.

targetXboxUserId
Type: String 

 The Xbox user ID of the user whose clips should be retrieved.

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