DataPackageView.GetDataAsync(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les données contenues dans 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)
Paramètres
- formatId
-
String
Platform::String
winrt::hstring
Spécifie le format des données. Nous vous recommandons de définir cette valeur à l’aide de la classe StandardDataFormats .
Retours
Données.
- Attributs