This class represents a text position within the XmlDocument.
Namespace:
C1.Win.XmlEditorAssembly: 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.