Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.58 KB

isolatedwindowsenvironment_launchfilewithuiasync_1048305810.md

File metadata and controls

49 lines (30 loc) · 1.58 KB
-api-id -api-type
M:Windows.Security.Isolation.IsolatedWindowsEnvironment.LaunchFileWithUIAsync(System.String,System.String,System.String,Windows.Security.Isolation.IsolatedWindowsEnvironmentTelemetryParameters)
winrt method

Windows.Security.Isolation.IsolatedWindowsEnvironment.LaunchFileWithUIAsync

-description

Deprecated. Allows applications to open files in an Isolated Windows Environment with telemetry correlation.

-parameters

-param appExePath

String of application execution path.

-param argumentsTemplate

String to specify the relative position of filepath with respect to other arguments to be passed: "%1 /foo" will execute the file launch as "appname.exe fileapth /foo" in the container %1 is replace by filepath "/foo %1" => "appname.exe /foo filepath" "/foo %1 /bar" => "appname.exe /foo filepath /bar"

-param filePath

String for path of file to be opened in Isolated Windows Environment

-param telemetryParameters

Telemetry parameters defined by isolatedwindowsenvironmenttelemetryparameters

-returns

IsolatedWindowsEnvironmentLaunchFileResult

-remarks

Warning

This is a deprecated API.

-see-also

-examples