Skip to content

XenAnalysisDataProvider.GetSelectedApplicationsForPlatforms Method

Gets the selected applications for platforms.

Namespace: Citrix.SDK.AppDNA.Solutions.Xen.Common
Assembly: Citrix.SDK.AppDNA.Solutions.Xen.Common (in Citrix.SDK.AppDNA.Solutions.Xen.Common.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

protected static List<int> GetSelectedApplicationsForPlatforms(
    XenSolution solution,
    Func<XenSolutionPlatform, bool> platformPredicate
)

VB

Protected Shared Function GetSelectedApplicationsForPlatforms ( 
    solution As XenSolution,
    platformPredicate As Func(Of XenSolutionPlatform, Boolean)
) As List(Of Integer)

Parameters

 

solution
Type: Citrix.SDK.AppDNA.Solutions.Xen.Common.XenSolution
The solution.
platformPredicate
Type: System.Func(XenSolutionPlatform, Boolean)
The platform selector.

Return Value

Type: List(Int32)

See Also

Reference

XenAnalysisDataProvider Class
Citrix.SDK.AppDNA.Solutions.Xen.Common Namespace

Was this article helpful?