Document Methods

 

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

NameDescription
System_CAPS_pubmethodActivate()

Moves the focus to the current item.

System_CAPS_pubmethodClearBookmarks()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodClose(vsSaveChanges)

Closes the open document and optionally saves it, or closes and destroys the window.

System_CAPS_pubmethodMarkText(String^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodNewWindow()

Creates a new window in which to view the document.

System_CAPS_pubmethodObject(String^)

Returns an interface or object that can be accessed at run time by name.

System_CAPS_pubmethodPrintOut()

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodRedo()

Re-executes the last action that was undone by the Undo method or the user.

System_CAPS_pubmethodReplaceText(String^, String^, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only.

System_CAPS_pubmethodSave(String^)

Saves the document.

System_CAPS_pubmethodUndo()

Reverses the action last performed by the user in the document.

Return to top
Show: