IDesktopUserActions.CreateDynamicApplication(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.
Creates a dynamic application by the name provided.
public:
bool CreateDynamicApplication(System::String ^ applicationName);
public bool CreateDynamicApplication (string applicationName);
abstract member CreateDynamicApplication : string -> bool
Public Function CreateDynamicApplication (applicationName As String) As Boolean
Parameters
- applicationName
- String
Specifies the name of the application to load.
Returns
True
if the application is created successfully, otherwise false
.