IApplicationUI.Applications Property
Gets or sets the list of active applications across all panels.
Namespace: Microsoft.Uii.Desktop.UI.Controls
Assembly: Microsoft.Uii.Desktop.UI.Controls (in Microsoft.Uii.Desktop.UI.Controls.dll)
Usage
'Usage
Dim instance As IApplicationUI
Dim value As ArrayList
value = instance.Applications
instance.Applications = value
Syntax
'Declaration
Property Applications As ArrayList
ArrayList Applications { get; set; }
property ArrayList^ Applications {
ArrayList^ get ();
void set (ArrayList^ value);
}
/** @property */
ArrayList get_Applications ()
/** @property */
void set_Applications (ArrayList value)
function get Applications () : ArrayList
function set Applications (value : ArrayList)
Property Value
Type: ArrayList.
Remarks
It permits the AppsUI class to act as an enumerator for IHostedApplications.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
IApplicationUI Interface
IApplicationUI Members
Microsoft.Uii.Desktop.UI.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.