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)
- 屬性