Session Class

 

Manages a collection of related items of type Project and provides an Ide.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

System.Object
  Microsoft.VisualStudio.Tools.Applications.Session

Public NotInheritable Class Session
	Implements IDisposable

NameDescription
System_CAPS_pubpropertyId

Gets the ID of an instance of the session.

System_CAPS_pubpropertyIde

Gets the value of Ide for this Session object.

NameDescription
System_CAPS_pubmethodDispose()

Closes the Session, disposes of the child Project under it and also removes it from its parent SessionManager.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetProjects()

Gets a collection of projects of type Project in the session.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLoadProject(IProjectStorage)

Creates a new project of type Project from the projectStorage and loads it inside a Session object.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: