IQuerySessionContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A context object to work with LiveShare session state.
public interface IQuerySessionContext
type IQuerySessionContext = interface
Public Interface IQuerySessionContext
Properties
IsClosed |
Gets whether the session is closed. |
Methods
ConvertLocalPathToSharedUri(String) |
Converts a server local path to a live share Uri. |
ConvertSharedUriToLocalPath(Uri) |
Converts a live share style Uri to server path. |