VBTokenTaggerProvider Class
Represents a provider of VBTokenTagger objects for documents that use the VBTokenTagger
language.
public class VBTokenTaggerProvider : TaggerProviderBase<VBTokenTagger>, ICodeDocumentTaggerProvider
- Inheritance:
- object TaggerProviderBase<VBTokenTagger> object
- Implements:
- ICodeDocumentTaggerProvider
Remarks
This type was generated by the Actipro Language Designer tool v10.2.530.0 (http://www.actiprosoftware.com). Generated code is based on input created by Actipro Software LLC. Copyright (c) 2001-2024 Actipro Software LLC. All rights reserved.
Constructors
VBTokenTaggerProvider(IDotNetClassificationTypeProvider)
Initializes a new instance of the VBTokenTaggerProvider
class.
public VBTokenTaggerProvider(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.