vsInsertFlags Enumeration
Visual Studio 2015
Indicates how to insert text into a document.
Assembly: EnvDTE (in EnvDTE.dll)
| Member name | Description | |
|---|---|---|
| vsInsertFlagsCollapseToEnd | Default. After the text is inserted, the insertion point is moved to the right side of the selection and the selected text is unselected (or collapsed). | |
| vsInsertFlagsCollapseToStart | After the text is inserted, the insertion point is moved to the left side of the selection and the selected text is unselected (or, collapsed). | |
| vsInsertFlagsContainNewText | The specified text overwrites the selected text. | |
| vsInsertFlagsInsertAtEnd | The specified text is inserted at the end of the document. | |
| vsInsertFlagsInsertAtStart | The specified text is inserted at the beginning of the document. |
Show: