DialDevice.GetDialApp(String) Method

Definition

Creates a new DialApp object. This method does not establish a connection to the device or validate that the app exists. That is done when any function is called on the resulting DialApp object.

public:
 virtual DialApp ^ GetDialApp(Platform::String ^ appName) = GetDialApp;
DialApp GetDialApp(winrt::hstring const& appName);
public DialApp GetDialApp(string appName);
function getDialApp(appName)
Public Function GetDialApp (appName As String) As DialApp

Parameters

appName
String

Platform::String

winrt::hstring

The name of the app. This becomes the AppName property of the new object.

Returns

The DialApp object for the app.

Applies to