Compartir a través de


AifDeckControl.HostedApplications Property

Gets the collection of hosted applications currently contained in the control.

Namespace: Microsoft.Uii.Csr
Assembly: Microsoft.Uii.Csr.Core (in Microsoft.Uii.Csr.Core.dll)

Usage

'Usage
Dim instance As AifDeckControl
Dim value As ReadOnlyCollection(Of Object)

value = instance.HostedApplications

Syntax

'Declaration
Public ReadOnly Property HostedApplications As ReadOnlyCollection(Of Object)
public ReadOnlyCollection<Object> HostedApplications { get; }
public:
property ReadOnlyCollection<Object^>^ HostedApplications {
    ReadOnlyCollection<Object^>^ get ();
}
/** @property */
public ReadOnlyCollection<Object> get_HostedApplications ()
public function get HostedApplications () : ReadOnlyCollection<Object>

Property Value

Type: ReadOnlyCollection

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

AifDeckControl Class
AifDeckControl Members
Microsoft.Uii.Csr Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.