In This Article

XmlEndTagAutoCompleter Class

Provides a class that can auto-complete XML end tags when appropriate.

public class XmlEndTagAutoCompleter : IXmlEndTagAutoCompleter
Inheritance:
object object
Implements:
IXmlEndTagAutoCompleter

Remarks

Instances of this object can be registered with an ISyntaxLanguage using the RegisterService(object, object) method. Once an instance is registered with the language for the IXmlEndTagAutoCompleter interface type, its features can be used by the language.

Constructors

XmlEndTagAutoCompleter()

Initializes an instance of the class.

public XmlEndTagAutoCompleter()

Methods

AutoComplete(IEditorView)

Checks whether an automatic end tag insertion should occur in the specified IEditorView and performs it if appropriate.

public void AutoComplete(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView to examine.

Inherited Members