Document Methods
Assembly: EnvDTE (in EnvDTE.dll)
| Name | Description | |
|---|---|---|
![]() | Activate() | Moves the focus to the current item. |
![]() | ClearBookmarks() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Close(vsSaveChanges) | Closes the open document and optionally saves it, or closes and destroys the window. |
![]() | MarkText(String^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | NewWindow() | Creates a new window in which to view the document. |
![]() | Object(String^) | Returns an interface or object that can be accessed at run time by name. |
![]() | PrintOut() | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Redo() | Re-executes the last action that was undone by the Undo method or the user. |
![]() | ReplaceText(String^, String^, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
![]() | Save(String^) | Saves the document. |
![]() | Undo() | Reverses the action last performed by the user in the document. |
