IApplicationUI.Item Property
Gets the application UI objects to be indexed.
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 index As Integer
Dim value As IHostedApplication
value = instance(index)
Syntax
'Declaration
ReadOnly Default Property Item ( _
index As Integer _
) As IHostedApplication
IHostedApplication this [
int index
] { get; }
property IHostedApplication^ default [int] {
IHostedApplication^ get (int index);
}
/** @property */
IHostedApplication get_Item (int index)
Parameters
- index
Specifies the index.
Property Value
Type:IHostedApplication.
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.