IStorageItemAccessList.GetFolderAsync メソッド

定義

オーバーロード

GetFolderAsync(String)

指定した StorageFolder を 一覧から取得します。

GetFolderAsync(String, AccessCacheOptions)

指定したオプションを使用して、指定した StorageFolder をリストから取得します。

GetFolderAsync(String)

指定した StorageFolder を 一覧から取得します。

public:
 IAsyncOperation<StorageFolder ^> ^ GetFolderAsync(Platform::String ^ token);
/// [Windows.Foundation.Metadata.Overload("GetFolderAsync")]
IAsyncOperation<StorageFolder> GetFolderAsync(winrt::hstring const& token);
[Windows.Foundation.Metadata.Overload("GetFolderAsync")]
public IAsyncOperation<StorageFolder> GetFolderAsync(string token);
function getFolderAsync(token)
Public Function GetFolderAsync (token As String) As IAsyncOperation(Of StorageFolder)

パラメーター

token
String

Platform::String

winrt::hstring

取得する StorageFolder の トークン。

戻り値

このメソッドが正常に完了すると、指定したトークンに関連付けられている StorageFolder が返されます。

属性

こちらもご覧ください

適用対象

GetFolderAsync(String, AccessCacheOptions)

指定したオプションを使用して、指定した StorageFolder をリストから取得します。

public:
 IAsyncOperation<StorageFolder ^> ^ GetFolderAsync(Platform::String ^ token, AccessCacheOptions options);
/// [Windows.Foundation.Metadata.Overload("GetFolderWithOptionsAsync")]
IAsyncOperation<StorageFolder> GetFolderAsync(winrt::hstring const& token, AccessCacheOptions const& options);
[Windows.Foundation.Metadata.Overload("GetFolderWithOptionsAsync")]
public IAsyncOperation<StorageFolder> GetFolderAsync(string token, AccessCacheOptions options);
function getFolderAsync(token, options)
Public Function GetFolderAsync (token As String, options As AccessCacheOptions) As IAsyncOperation(Of StorageFolder)

パラメーター

token
String

Platform::String

winrt::hstring

取得する StorageFolder の トークン。

options
AccessCacheOptions

アプリが項目にアクセスするときに使用する動作を記述する列挙値。

戻り値

このメソッドが正常に完了すると、指定したトークンに関連付けられている StorageFolder が返されます。

属性

こちらもご覧ください

適用対象