IDeleteEditTag Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that the edit is the result of the user typing hitting a backspace or delete.
public interface class IDeleteEditTag : Microsoft::VisualStudio::Text::IUserEditTag
public interface IDeleteEditTag : Microsoft.VisualStudio.Text.IUserEditTag
type IDeleteEditTag = interface
interface IUserEditTag
interface IEditTag
Public Interface IDeleteEditTag
Implements IUserEditTag
- Implements