FolderInformation.GetFileAsync(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从当前文件夹检索文件。
public:
virtual IAsyncOperation<StorageFile ^> ^ GetFileAsync(Platform::String ^ name) = GetFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageFile> GetFileAsync(winrt::hstring const& name);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageFile> GetFileAsync(string name);
function getFileAsync(name)
Public Function GetFileAsync (name As String) As IAsyncOperation(Of StorageFile)
参数
- name
-
String
Platform::String
winrt::hstring
要检索的文件的名称。
返回
此方法成功完成后,将返回 StorageFile。
实现
M:Windows.Storage.IStorageFolder.GetFileAsync(System.String)
M:Windows.Storage.IStorageFolder.GetFileAsync(Platform::String)
M:Windows.Storage.IStorageFolder.GetFileAsync(winrt::hstring)
- 属性