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
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.