IInviolableEditTag Interface

Definition

Indicates a constraint that no additional edits should be performed in the buffer's Changed event handlers called in response to this edit.

public interface class IInviolableEditTag : Microsoft::VisualStudio::Text::IEditTag
public interface IInviolableEditTag : Microsoft.VisualStudio.Text.IEditTag
type IInviolableEditTag = interface
    interface IEditTag
Public Interface IInviolableEditTag
Implements IEditTag
Derived
Implements

Remarks

This constraint is not currently enforced but that may happen in the future.

Applies to