vsInsertFlags Enumeration

 

Indicates how to insert text into a document.

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

[GuidAttribute("79515B53-8294-4F96-AA96-DD16BF126703")]
public enum class vsInsertFlags

Member nameDescription
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.

Return to top
Show: