Cimbalino Toolkit
Cimbalino Toolkit
API Reference
Cimbalino.Toolkit.Services
LauncherService Class
LauncherService Methods
FindFileHandlersAsync Method
FindUriSchemeHandlersAsync Method
LaunchFileAsync Method
LaunchUriAsync Method
LauncherService
FindFileHandlersAsync Method
Enumerate the file handlers on the device.
Namespace:
Cimbalino.Toolkit.Services
Assembly:
Cimbalino.Toolkit (in Cimbalino.Toolkit.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
Copy
public
virtual
Task
<
IEnumerable
<
LauncherServiceAppInfo
>>
FindFileHandlersAsync
(
string
extension
)
Parameters
extension
Type:
System
String
The file extension that you want to find handlers for.
Return Value
Type:
Task
IEnumerable
LauncherServiceAppInfo
The
Task
object representing the asynchronous operation.
Implements
ILauncherService
FindFileHandlersAsync(String)
Version Information
Windows
Supported in: 10.0, 8.1
Windows Phone
Supported in: 8.1
Windows Phone Silverlight
Supported in: 8.1, 8.0
See Also
Reference
LauncherService Class
Cimbalino.Toolkit.Services Namespace