In This Article

CSharpTokenTaggerProvider Class

Represents a provider of CSharpTokenTagger objects for documents that use the CSharpTokenTagger language.

public class CSharpTokenTaggerProvider : TaggerProviderBase<CSharpTokenTagger>, ICodeDocumentTaggerProvider
Inheritance:
object TaggerProviderBase<CSharpTokenTagger> object
Implements:
ICodeDocumentTaggerProvider

Remarks

This type was generated by the Actipro Language Designer tool v13.2.590.0 (http://www.actiprosoftware.com).

Constructors

CSharpTokenTaggerProvider(IDotNetClassificationTypeProvider)

Initializes a new instance of the CSharpTokenTaggerProvider class.

public CSharpTokenTaggerProvider(IDotNetClassificationTypeProvider classificationTypeProvider)
Parameter Type Description
classificationTypeProvider IDotNetClassificationTypeProvider

A IDotNetClassificationTypeProvider that provides classification types.

Methods

GetTagger<T>(ICodeDocument)

Returns a tagger for the specified ICodeDocument.

public ITagger<T> GetTagger<T>(ICodeDocument document) where T : ITag
Type Parameters:
T -

The type of ITag created by the tagger.

Parameter Type Description
document ICodeDocument

The ICodeDocument that requires a tagger.

Returns

ITagger<T>:

A tagger for the specified ICodeDocument.

Inherited Members