Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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