IStorageFolder.GetItemAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 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) 的文件或文件夹。
- 属性