Universal Windows Service Class Library

ApplicationList.Get Method 

Get the application object with given name from list.

public Application Get(
   string applicationName
);

Parameters

applicationName
Name of the application.

Return Value

Object of the application class or null.

Remarks

Searches the whole list if an application with given name exists and return the matching instance of the application class.

See Also

ApplicationList Class | uws Namespace | Application