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