Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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