Session.GetProjects Method ()
Gets a collection of projects of type Project in the session.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public IEnumerable<Project> GetProjects()
public:
IEnumerable<Project^>^ GetProjects()
member GetProjects : unit -> IEnumerable<Project>
Public Function GetProjects As IEnumerable(Of Project)
Return Value
Type: System.Collections.Generic.IEnumerable<Project>
A collection of projects of type Project.
See Also
Session Class
Microsoft.VisualStudio.Tools.Applications Namespace