In This Article

PythonTokenTaggerProvider.TaggerFactory Class

Implements a factory that can creates PythonTokenTagger objects for a document.

public class PythonTokenTaggerProvider.TaggerFactory
Inheritance:
object object

Methods

CreateTagger()

Creates an PythonTokenTagger for the ICodeDocument.

public PythonTokenTagger CreateTagger()

Returns

PythonTokenTagger:

An PythonTokenTagger for the ICodeDocument.

Inherited Members