SessionManager.GetSessions Method ()
Gets a collection of the current child sessions of type Session.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)
Syntax
public IEnumerable<Session> GetSessions()
public:
IEnumerable<Session^>^ GetSessions()
member GetSessions : unit -> IEnumerable<Session>
Public Function GetSessions As IEnumerable(Of Session)
Return Value
Type: System.Collections.Generic.IEnumerable<Session>
Returns IEnumerable<T>.
See Also
SessionManager Class
Microsoft.VisualStudio.Tools.Applications Namespace