vsInsertFlags Enumeration

Indicates how to insert text into a document.

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

Syntax

'Declaration
<GuidAttribute("79515B53-8294-4F96-AA96-DD16BF126703")> _
Public Enumeration vsInsertFlags
[GuidAttribute("79515B53-8294-4F96-AA96-DD16BF126703")]
public enum vsInsertFlags
[GuidAttribute(L"79515B53-8294-4F96-AA96-DD16BF126703")]
public enum class vsInsertFlags
[<GuidAttribute("79515B53-8294-4F96-AA96-DD16BF126703")>]
type vsInsertFlags
public enum vsInsertFlags

Members

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.

See Also

Reference

EnvDTE Namespace