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 | |
---|---|---|
AddStandardPreviewer | Adds a Web browser to the list of available previewers. | |
GetFirstDefaultPreviewer | Returns the .exe file path of the first default web browser. | |
GetStandardEditorFactory | Returns the editor factory associated with a specific document (for example, a file type). | |
InitializeEditorInstance | Initializes an instance of the document editor. | |
IsDocumentInAProject | Determines whether a document is part of the project. | |
IsDocumentOpen | Determines whether a document is currently open. | |
IsSpecificDocumentViewOpen | Determines whether a specified document view is open. | |
MapLogicalView | Maps a physical view to a logical view. | |
OpenCopyOfStandardEditor | Used to implement Window.NewWindow functionality. | |
OpenDocumentViaProject | Finds an appropriate project to open the document. | |
OpenDocumentViaProjectWithSpecific | Finds a specified project to open this document. | |
OpenSpecificEditor | Opens a specified editor. | |
OpenStandardEditor | Opens the standard editor. | |
OpenStandardPreviewer | Opens a standard web browser for the specified document. | |
SearchProjectsForRelativePath | Converts a relative path for a document to an absolute path that can be passed to OpenDocumentViaProject. |
Top