This topic has not yet been rated - Rate this topic

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 vsInsertFlags
/** @attribute GuidAttribute("79515B53-8294-4F96-AA96-DD16BF126703") */ 
public enum vsInsertFlags
GuidAttribute("79515B53-8294-4F96-AA96-DD16BF126703") 
public enum vsInsertFlags
  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. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement