SpatialAnchorExporter.GetAnchorExportSufficiencyAsync 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.
Retourne des informations indiquant si les données d’une ancre spatiale sont suffisantes pour le partage ou la relocalisation.
public:
virtual IAsyncOperation<SpatialAnchorExportSufficiency ^> ^ GetAnchorExportSufficiencyAsync(SpatialAnchor ^ anchor, SpatialAnchorExportPurpose purpose) = GetAnchorExportSufficiencyAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<SpatialAnchorExportSufficiency> GetAnchorExportSufficiencyAsync(SpatialAnchor const& anchor, SpatialAnchorExportPurpose const& purpose);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<SpatialAnchorExportSufficiency> GetAnchorExportSufficiencyAsync(SpatialAnchor anchor, SpatialAnchorExportPurpose purpose);
function getAnchorExportSufficiencyAsync(anchor, purpose)
Public Function GetAnchorExportSufficiencyAsync (anchor As SpatialAnchor, purpose As SpatialAnchorExportPurpose) As IAsyncOperation(Of SpatialAnchorExportSufficiency)
Paramètres
- anchor
- SpatialAnchor
Ancre spatiale qui sera exportée.
- purpose
- SpatialAnchorExportPurpose
Objectif de l’exportation, du partage ou de la relocalisation.
Retours
Suffisance d’exportation de l’ancre.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
spatialPerception
|