Click or drag to resize
GDStorageFileGetBasicPropertiesAsync Method
Gets the basic properties of the current file.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<GDBasicProperties> GetBasicPropertiesAsync()

Return Value

Type: IAsyncOperationGDBasicProperties
When this method completes successfully, it returns the basic properties of the current file as a GDBasicProperties object.

Implements

IGDStorageItemGetBasicPropertiesAsync
IGDStorageItemGetBasicPropertiesAsync
See Also