Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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