StorageItemContentProperties.GetVideoPropertiesAsync Metodo

Definizione

Recupera le proprietà video dell'elemento , ad esempio un file di cartella.

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)

Restituisce

Al termine di questo metodo, restituisce un oggetto VideoProperties .

Attributi

Si applica a

Vedi anche