This documentation is archived and is not being maintained.

Microsoft.Windows.Design.SourceUpdate Namespace

.NET Framework 3.5

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.

  ClassDescription
Public classAddResultInfrastructure. 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 classSourceModifierInfrastructure. Used to modify the contents of a source document.
Public classStringSourceChangerInfrastructure. String implementation of an ISourceChanger.
Public classStringSourceModifierInfrastructure. A version of a source modifier that modifies a string.
Public classStringSourceReaderInfrastructure. Implementation of a ISourceReader for a string.
Public classTextRangeInfrastructure. Represents a range of contiguous characters that start from a character offset and run for a specified length.
Public classTextRangeManagerInfrastructure. Produces and manages TextRange instances that will be kept accurate across modifications of a source document through ISourceReader and ISourceChanger.

  StructureDescription
Public structureSourceFragmentInfrastructure. Represents a fragment of a source document.

  InterfaceDescription
Public interfaceISourceChangerInfrastructure. An interface that uses a copy model to modify the source.
Public interfaceISourceReaderInfrastructure. Used to read at a specified location in a source file.
Show: