This class represents a text position within the XmlDocument.

Namespace:  C1.Win.XmlEditor
Assembly:  C1.Win.XmlEditor.2 (in C1.Win.XmlEditor.2.dll)

Syntax

C#
public sealed class C1TextPointer : IEquatable<C1TextPointer>
Visual Basic (Declaration)
Public NotInheritable Class C1TextPointer _
	Implements IEquatable(Of C1TextPointer)

Remarks

Allows the text contents of the document to be programmatically manipulated from your program.

Inheritance Hierarchy

System..::.Object
  C1.Win.XmlEditor..::.C1TextPointer

See Also