IsolatedWindowsEnvironment.LaunchFileWithUIAsync 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.
Surcharges
LaunchFileWithUIAsync(String, String, String) |
Action déconseillée. Permet aux applications d’ouvrir des fichiers dans un environnement Windows isolé. |
LaunchFileWithUIAsync(String, String, String, IsolatedWindowsEnvironmentTelemetryParameters) |
Action déconseillée. Permet aux applications d’ouvrir des fichiers dans un environnement Windows isolé avec corrélation de télémétrie. |
LaunchFileWithUIAsync(String, String, String)
Action déconseillée. Permet aux applications d’ouvrir des fichiers dans un environnement Windows isolé.
public:
virtual IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult ^> ^ LaunchFileWithUIAsync(Platform::String ^ appExePath, Platform::String ^ argumentsTemplate, Platform::String ^ filePath) = LaunchFileWithUIAsync;
/// [Windows.Foundation.Metadata.Overload("LaunchFileWithUIAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult> LaunchFileWithUIAsync(winrt::hstring const& appExePath, winrt::hstring const& argumentsTemplate, winrt::hstring const& filePath);
/// [Windows.Foundation.Metadata.Overload("LaunchFileWithUIAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult> LaunchFileWithUIAsync(winrt::hstring const& appExePath, winrt::hstring const& argumentsTemplate, winrt::hstring const& filePath);
[Windows.Foundation.Metadata.Overload("LaunchFileWithUIAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult> LaunchFileWithUIAsync(string appExePath, string argumentsTemplate, string filePath);
[Windows.Foundation.Metadata.Overload("LaunchFileWithUIAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult> LaunchFileWithUIAsync(string appExePath, string argumentsTemplate, string filePath);
function launchFileWithUIAsync(appExePath, argumentsTemplate, filePath)
Public Function LaunchFileWithUIAsync (appExePath As String, argumentsTemplate As String, filePath As String) As IAsyncOperation(Of IsolatedWindowsEnvironmentLaunchFileResult)
Paramètres
- appExePath
-
String
Platform::String
winrt::hstring
Chaîne du chemin d’exécution de l’application.
- argumentsTemplate
-
String
Platform::String
winrt::hstring
Chaîne pour spécifier la position relative de filepath par rapport aux autres arguments à passer : « %1 /foo » exécute le lancement du fichier en tant que « appname.exe fileapth /foo » dans le conteneur %1 est remplacé par filepath « /foo %1 » => « appname.exe /foo filepath » « /foo %1 /bar » => « appname.exe /foo filepath /bar »
- filePath
-
String
Platform::String
winrt::hstring
Chaîne pour le chemin du fichier à ouvrir dans l’environnement Windows isolé.
Retours
IsolatedWindowsEnvironmentLaunchFileResult
- Attributs
Remarques
Avertissement
Il s’agit d’une API déconseillée.
S’applique à
LaunchFileWithUIAsync(String, String, String, IsolatedWindowsEnvironmentTelemetryParameters)
Action déconseillée. Permet aux applications d’ouvrir des fichiers dans un environnement Windows isolé avec corrélation de télémétrie.
public:
virtual IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult ^> ^ LaunchFileWithUIAsync(Platform::String ^ appExePath, Platform::String ^ argumentsTemplate, Platform::String ^ filePath, IsolatedWindowsEnvironmentTelemetryParameters ^ telemetryParameters) = LaunchFileWithUIAsync;
/// [Windows.Foundation.Metadata.Overload("LaunchFileWithUIAndTelemetryAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult> LaunchFileWithUIAsync(winrt::hstring const& appExePath, winrt::hstring const& argumentsTemplate, winrt::hstring const& filePath, IsolatedWindowsEnvironmentTelemetryParameters const& telemetryParameters);
/// [Windows.Foundation.Metadata.Overload("LaunchFileWithUIAndTelemetryAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult> LaunchFileWithUIAsync(winrt::hstring const& appExePath, winrt::hstring const& argumentsTemplate, winrt::hstring const& filePath, IsolatedWindowsEnvironmentTelemetryParameters const& telemetryParameters);
[Windows.Foundation.Metadata.Overload("LaunchFileWithUIAndTelemetryAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult> LaunchFileWithUIAsync(string appExePath, string argumentsTemplate, string filePath, IsolatedWindowsEnvironmentTelemetryParameters telemetryParameters);
[Windows.Foundation.Metadata.Overload("LaunchFileWithUIAndTelemetryAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironment is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
public IAsyncOperation<IsolatedWindowsEnvironmentLaunchFileResult> LaunchFileWithUIAsync(string appExePath, string argumentsTemplate, string filePath, IsolatedWindowsEnvironmentTelemetryParameters telemetryParameters);
function launchFileWithUIAsync(appExePath, argumentsTemplate, filePath, telemetryParameters)
Public Function LaunchFileWithUIAsync (appExePath As String, argumentsTemplate As String, filePath As String, telemetryParameters As IsolatedWindowsEnvironmentTelemetryParameters) As IAsyncOperation(Of IsolatedWindowsEnvironmentLaunchFileResult)
Paramètres
- appExePath
-
String
Platform::String
winrt::hstring
Chaîne du chemin d’exécution de l’application.
- argumentsTemplate
-
String
Platform::String
winrt::hstring
Chaîne pour spécifier la position relative de filepath par rapport aux autres arguments à passer : « %1 /foo » exécute le lancement du fichier en tant que « appname.exe fileapth /foo » dans le conteneur %1 est remplacé par filepath « /foo %1 » => « appname.exe /foo filepath » « /foo %1 /bar » => « appname.exe /foo filepath /bar »
- filePath
-
String
Platform::String
winrt::hstring
Chaîne pour le chemin du fichier à ouvrir dans un environnement Windows isolé
- telemetryParameters
- IsolatedWindowsEnvironmentTelemetryParameters
Paramètres de télémétrie définis par isolatedwindowsenvironmenttelemetryparameters
Retours
IsolatedWindowsEnvironmentLaunchFileResult
- Attributs
Remarques
Avertissement
Il s’agit d’une API déconseillée.