DynamicApplicationItem Constructors
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.
Overloads
DynamicApplicationItem() |
Initializes a new instance of the DynamicApplicationItem class. |
DynamicApplicationItem(String, Boolean) |
Initializes a new instance of the DynamicApplicationItem class. |
DynamicApplicationItem()
Initializes a new instance of the DynamicApplicationItem class.
public:
DynamicApplicationItem();
public DynamicApplicationItem ();
Public Sub New ()
Applies to
DynamicApplicationItem(String, Boolean)
Initializes a new instance of the DynamicApplicationItem class.
public:
DynamicApplicationItem(System::String ^ dynamicApp, bool inUI);
public DynamicApplicationItem (string dynamicApp, bool inUI);
new Microsoft.Uii.Desktop.Core.DynamicApplicationItem : string * bool -> Microsoft.Uii.Desktop.Core.DynamicApplicationItem
Public Sub New (dynamicApp As String, inUI As Boolean)
Parameters
- dynamicApp
- String
Specifies the name of the dynamic application item.
- inUI
- Boolean
True
if the application is currently in the user interface, otherwise false
.