Поделиться через


IApplicationService.GetNonHostedApplications Method

Gets the non-hosted applications.

Namespace: Microsoft.Uii.AifServices
Assembly: Microsoft.Uii.AifServices (in Microsoft.Uii.AifServices.dll)

Usage

'Usage
Dim instance As IApplicationService
Dim returnValue As ReadOnlyCollection(Of NonHostedApplicationRecord)

returnValue = instance.GetNonHostedApplications

Syntax

'Declaration
Function GetNonHostedApplications As ReadOnlyCollection(Of NonHostedApplicationRecord)
ReadOnlyCollection<NonHostedApplicationRecord> GetNonHostedApplications ()
ReadOnlyCollection<NonHostedApplicationRecord^>^ GetNonHostedApplications ()
ReadOnlyCollection<NonHostedApplicationRecord> GetNonHostedApplications ()
function GetNonHostedApplications () : ReadOnlyCollection<NonHostedApplicationRecord>

Return Value

Type: List
The list of non-hosted applications indexed by name.

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

IApplicationService Interface
IApplicationService Members
Microsoft.Uii.AifServices Namespace

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