StringSourceModifier Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A version of a source modifier that modifies a string.
The StringSourceModifier type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the StringSourceModifier class.
Top
Methods
Name
Description
Overloaded. Adds text to the source document.
Commits all the add, delete, move, and replace operations made by using this object. (Inherited from SourceModifier.)
Overloaded. Deletes characters from the source document.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Requests a set of fragments that are relative to the unmodified document to be reflected in the enumeration returned by the Commit method updated to be relative to the modified document. (Inherited from SourceModifier.)
Overloaded. Moves characters in the source document.
Overloaded. Replaces characters at the specified location with new characters.
Overloaded. Restricts a set of changes to only those areas that have been affected by a previous change.
Returns the modified string. (Overrides Object.ToString().)
Top
Properties
Name
Description
Gets the source changer passed into the constructor. (Inherited from SourceModifier.)
Gets the source reader passed into the constructor. (Inherited from SourceModifier.)
Top