Freigeben über


DataPackageView.GetDataAsync(String) Methode

Definition

Ruft die in DataPackageView enthaltenen Daten ab.

public:
 virtual IAsyncOperation<Platform::Object ^> ^ GetDataAsync(Platform::String ^ formatId) = GetDataAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IInspectable> GetDataAsync(winrt::hstring const& formatId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<object> GetDataAsync(string formatId);
function getDataAsync(formatId)
Public Function GetDataAsync (formatId As String) As IAsyncOperation(Of Object)

Parameter

formatId
String

Platform::String

winrt::hstring

Gibt das Format der Daten an. Es wird empfohlen, diesen Wert mithilfe der StandardDataFormats-Klasse festzulegen.

Gibt zurück

IAsyncOperation<Object>

IAsyncOperation<Platform::Object>

IAsyncOperation<IInspectable>

Die Daten.

Attribute

Gilt für: