StorageItemContentProperties.GetVideoPropertiesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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