ITextChange2 Properties

 

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

NameDescription
System_CAPS_pubpropertyDelta

Gets the difference in the length of the buffer that results from this change.(Inherited from ITextChange.)

System_CAPS_pubpropertyIsOpaque

Flag indicating whether the change is opaque.

System_CAPS_pubpropertyLineCountDelta

Gets the difference in the number of lines in the snapshot that results from this change.(Inherited from ITextChange.)

System_CAPS_pubpropertyNewEnd

Gets the end position of the NewText in the snapshot immediately after the text change.(Inherited from ITextChange.)

System_CAPS_pubpropertyNewLength

Gets the length of NewText.(Inherited from ITextChange.)

System_CAPS_pubpropertyNewPosition

Gets the position of the text change in the snapshot immediately after the change. (Inherited from ITextChange.)

System_CAPS_pubpropertyNewSpan

Gets the span of the ITextChange in the snapshot immediately after the change.(Inherited from ITextChange.)

System_CAPS_pubpropertyNewText

Gets the text that replaced the old text.(Inherited from ITextChange.)

System_CAPS_pubpropertyOldEnd

Gets the end position of the OldText in the snapshot immediately before the change.(Inherited from ITextChange.)

System_CAPS_pubpropertyOldLength

Gets the length of OldText.(Inherited from ITextChange.)

System_CAPS_pubpropertyOldPosition

Gets the position of the text change in the snapshot immediately before the change.(Inherited from ITextChange.)

System_CAPS_pubpropertyOldSpan

The span of the text change in the snapshot immediately before the change.(Inherited from ITextChange.)

System_CAPS_pubpropertyOldText

Gets the text that was replaced.(Inherited from ITextChange.)

Return to top
Show: