Click or drag to resize
IGDStorageItemGetBasicPropertiesAsync Method
Gets the basic properties of the current item (like a file or folder).

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

Return Value

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