DesktopApplicationUIBase.Item Property
Gets the 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 DesktopApplicationUIBase
Dim index As Integer
Dim value As IHostedApplication
value = instance(index)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As IHostedApplication
public IHostedApplication this [
int index
] { get; }
public:
virtual property IHostedApplication^ default [int] {
IHostedApplication^ get (int index) sealed;
}
/** @property */
public final 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
DesktopApplicationUIBase Class
DesktopApplicationUIBase Members
Microsoft.Uii.Desktop.UI.Controls Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.