次の方法で共有


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 オブジェクトが返されます。

属性

適用対象

こちらもご覧ください