共用方式為


StorageItemContentProperties.GetVideoPropertiesAsync 方法

定義

擷取專案 (的視訊屬性,例如資料夾) 的檔案。

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)

傳回

當此方法順利完成時,它會傳回 VideoProperties 物件。

屬性

適用於

另請參閱