Share via


SpatialAnchorExporter.GetAnchorExportSufficiencyAsync Méthode

Définition

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

S’applique à