Freigeben über


FolderInformation.GetItemAsync(String) Methode

Definition

Ruft ein Element aus dem Ordner ab.

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)

Parameter

name
String

Platform::String

winrt::hstring

Der Name des abzurufenden Elements.

Gibt zurück

Wenn diese Methode erfolgreich abgeschlossen wurde, wird das Element (Typ IStorageItem) zurückgegeben.

Implementiert

M:Windows.Storage.IStorageFolder.GetItemAsync(System.String) M:Windows.Storage.IStorageFolder.GetItemAsync(Platform::String) M:Windows.Storage.IStorageFolder.GetItemAsync(winrt::hstring)
Attribute

Gilt für: