Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StorageItemContentProperties.GetImagePropertiesAsync 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 image properties of the item (like a file of folder).

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)

Returns

When this method completes successfully, it returns an ImageProperties object.

Attributes

Applies to

See also


Feedback

Was this page helpful?