StorageItemContentProperties.GetVideoPropertiesAsync Method

Definition

Retrieves the video properties of the item (like a file of folder).

public:
 virtual IAsyncOperation<VideoProperties ^> ^ GetVideoPropertiesAsync() = GetVideoPropertiesAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<VideoProperties> GetVideoPropertiesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<VideoProperties> GetVideoPropertiesAsync();
function getVideoPropertiesAsync()
Public Function GetVideoPropertiesAsync () As IAsyncOperation(Of VideoProperties)

Returns

When this method completes successfully, it returns a VideoProperties object.

Attributes

Applies to

See also