ISourceChanger 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.
An interface that uses a copy model to modify the source.
The ISourceChanger type exposes the following members.
Methods
Name
Description
Copies from the current location to the new location.
Called when all changes are made to the source.
Inserts text at the current location.
Inserts the source read from an ISourceReader to the current location.
Moves the current location to the specified location without copying.
Top