IStorageItem.GetBasicPropertiesAsync Method
Definition
Gets the basic properties of the current item (like a file or folder).
public:
IAsyncOperation<BasicProperties ^> ^ GetBasicPropertiesAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<BasicProperties> GetBasicPropertiesAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<BasicProperties> GetBasicPropertiesAsync();
function getBasicPropertiesAsync()
Public Function GetBasicPropertiesAsync () As IAsyncOperation(Of BasicProperties)
Returns
When this method completes successfully, it returns the basic properties of the current item as a BasicProperties object.
- Attributes