DataPackageView.GetDataAsync(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The data.
- Attributes