IUserEditTag Interface

Definition

Indicates that the edit is a direct result of a user action (e.g. typing) as opposed to a side-effect (e.g. the automatic formatting after the user types a semicolon).

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

Applies to