共用方式為


StorageItemContentProperties.GetImagePropertiesAsync 方法

定義

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

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

傳回

當這個方法順利完成時,它會傳回 ImageProperties 物件。

屬性

適用於

另請參閱