IStorageFolder.GetItemAsync(String) 方法

定义

IStorageFolder 获取指定的项。

public:
 IAsyncOperation<IStorageItem ^> ^ GetItemAsync(Platform::String ^ name);
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IStorageItem> GetItemAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IStorageItem> GetItemAsync(string name);
function getItemAsync(name)
Public Function GetItemAsync (name As String) As IAsyncOperation(Of IStorageItem)

参数

name
String

Platform::String

winrt::hstring

要检索的项的名称。

返回

此方法成功完成后,将返回 (类型 为 IStorageItem) 的文件或文件夹。

属性

适用于

另请参阅