ITextChangeType Interface
Provides the base requirements for an object that indicates the type of change made by an ITextChange.
public interface ITextChangeType : IKeyedObjectProperties
Description
Gets the description of the change type, which is displayed in the user interface in undo lists.
string Description { get; }Property Value
- string:
- The description of the change type, which is displayed in the user interface in undo lists.