Dela via


Microsoft.Windows.Design.SourceUpdate Namespace

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides an infrastructure for source code control in the Windows Presentation Foundation (WPF) Designer for Visual Studio.

Classes

  Class Description
Public class AddResult Infrastructure. Used to determine where the text added to a source document is located after the SourceModifier.Commit method has been called and all changes have been applied.
Public class SourceModifier Infrastructure. Used to modify the contents of a source document.
Public class StringSourceChanger Infrastructure. String implementation of an ISourceChanger.
Public class StringSourceModifier Infrastructure. A version of a source modifier that modifies a string.
Public class StringSourceReader Infrastructure. Implementation of a ISourceReader for a string.
Public class TextRange Infrastructure. Represents a range of contiguous characters that start from a character offset and run for a specified length.
Public class TextRangeManager Infrastructure. Produces and manages TextRange instances that will be kept accurate across modifications of a source document through ISourceReader and ISourceChanger.

Structures

  Structure Description
Public structure SourceFragment Infrastructure. Represents a fragment of a source document.

Interfaces

  Interface Description
Public interface ISourceChanger Infrastructure. An interface that uses a copy model to modify the source.
Public interface ISourceReader Infrastructure. Used to read at a specified location in a source file.