Documentation Center

PslProject.Languages

Returns a collection of the target languages of the project.

Syntax

Expression.Languages as PslLanguages

Expression Required. Object of type PslProject

Example

Dim prj As PslProject
Set prj = PSL.Projects(1)
PSL.Output "The project contains " & Str(prj.Languages.Count) & " target languages"