FolderInformation.GetItemAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 文件夹中检索项。
public:
virtual IAsyncOperation<IStorageItem ^> ^ GetItemAsync(Platform::String ^ name) = GetItemAsync;
/// [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 (项) 。
实现
M:Windows.Storage.IStorageFolder.GetItemAsync(System.String)
M:Windows.Storage.IStorageFolder.GetItemAsync(Platform::String)
M:Windows.Storage.IStorageFolder.GetItemAsync(winrt::hstring)
- 属性