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