DataPackageView.GetDataAsync(String) Method

Definition

Gets the data contained in the DataPackageView.

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)

Parameters

formatId
String

Platform::String

winrt::hstring

Specifies the format of the data. We recommend that you set this value by using the StandardDataFormats class.

Returns

IAsyncOperation<Object>

IAsyncOperation<Platform::Object>

IAsyncOperation<IInspectable>

The data.

Attributes

Applies to