DialDevice.GetDialApp(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.