IVsUIShellOpenDocument Members
Include Protected Members
Include Inherited Members
Controls the state of open documents within the environment.
The IVsUIShellOpenDocument type exposes the following members.
Methods
Name
Description
Adds a Web browser to the list of available previewers.
Returns the .exe file path of the first default web browser.
Returns the editor factory associated with a specific document (for example, a file type).
Initializes an instance of the document editor.
Determines whether a document is part of the project.
Determines whether a document is currently open.
Determines whether a specified document view is open.
Maps a physical view to a logical view.
Used to implement Window.NewWindow functionality.
Finds an appropriate project to open the document.
OpenDocumentViaProjectWithSpecific
Finds a specified project to open this document.
Opens a specified editor.
Opens the standard editor.
Opens a standard web browser for the specified document.
Converts a relative path for a document to an absolute path that can be passed to OpenDocumentViaProject.
Top