In This Article

IXmlEndTagAutoCompleter Interface

Provides the base requirements for a class that can auto-complete XML end tags when appropriate.

public interface 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.

Methods

AutoComplete(IEditorView)

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

void AutoComplete(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView to examine.

See Also

See Also