IDesktopFeatureAccess.CreateDynamicApplication(ApplicationRecord) 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.
public:
bool CreateDynamicApplication(Microsoft::Uii::Common::Entities::ApplicationRecord ^ record);
public bool CreateDynamicApplication (Microsoft.Uii.Common.Entities.ApplicationRecord record);
abstract member CreateDynamicApplication : Microsoft.Uii.Common.Entities.ApplicationRecord -> bool
Public Function CreateDynamicApplication (record As ApplicationRecord) As Boolean
Parameters
- record
- ApplicationRecord
Specifies the application record.
Returns
true
if the application is created successfully; otherwise, false
.