SysHolographicWindowingEnvironment.DeployAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt die holografische Shell bereit.
Wichtig
Diese API ist nur für Komponenten des Windows-Betriebssystems verfügbar. Aufrufe dieser APIs schlagen zur Laufzeit für alle anderen Prozesse fehl. Diese APIs können in zukünftigen Windows-Versionen geändert oder entfernt werden.
public:
static IAsyncOperationWithProgress<SysHolographicDeploymentResult ^, SysHolographicDeploymentProgress> ^ DeployAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperationWithProgress<SysHolographicDeploymentResult, SysHolographicDeploymentProgress> DeployAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperationWithProgress<SysHolographicDeploymentResult,SysHolographicDeploymentProgress> DeployAsync();
function deployAsync()
Public Shared Function DeployAsync () As IAsyncOperationWithProgress(Of SysHolographicDeploymentResult, SysHolographicDeploymentProgress)
Gibt zurück
Ein Vorgang, der ausgelöst wird, wenn die Bereitstellung abgeschlossen ist.
- Attribute