DataPackageView.GetDataAsync(String) 方法

定义

获取 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)

参数

formatId
String

Platform::String

winrt::hstring

指定数据的格式。 建议使用 StandardDataFormats 类设置此值。

返回

IAsyncOperation<Object>

IAsyncOperation<Platform::Object>

IAsyncOperation<IInspectable>

数据。

属性

适用于