IStorageItem.GetBasicPropertiesAsync 方法

定義

取得目前專案的基本屬性 (,例如檔案或資料夾) 。

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)

傳回

當這個方法成功完成時,它會將目前專案的基本屬性傳回為 BasicProperties 物件。

屬性

適用於