In This Article

ITextChangeType Interface

Provides the base requirements for an object that indicates the type of change made by an ITextChange.

public interface ITextChangeType : IKeyedObject

Properties

Description

The description of the change type, which is displayed in the user interface in undo lists.

string Description { get; }

Property Value

string

Inherited Members

Extension Methods