GetVideosAsync(Int32) method
Collapse the table of content
Expand the table of content

OnlineVideoQueryResult.GetVideosAsync(Int32) method

Returns a list of the online videos in the query result, limited to the specified number of items.

Syntax


public:
IAsyncOperation<IVector>^ GetVideosAsync(
  int count
)

Parameters

count

Type: System.Int32 [.NET] | int32 [C++]

The number of items to be returned.

Return value

Type: IAsyncOperation<IVector>

An asynchronous operation that returns an IVector on successful completion.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 apps only]

Namespace

Windows.Phone.SocialInformation.OnlineMedia
Windows::Phone::SocialInformation::OnlineMedia [C++]

Metadata

Windows.WinMD

See also

OnlineVideoQueryResult
GetVideosAsync

 

 

Show:
© 2017 Microsoft