IStorageFolder.GetItemAsync(String) Metodo

Definizione

Ottiene l'elemento specificato da 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)

Parametri

name
String

Platform::String

winrt::hstring

Nome dell'elemento da recuperare.

Restituisce

Al termine di questo metodo, restituisce il file o la cartella (digitare IStorageItem).

Attributi

Si applica a

Vedi anche