In This Article

IDotNetClassificationTypeProvider Interface

The base requirements of an object that provides IClassificationType objects for a .NET language.

public interface IDotNetClassificationTypeProvider

Remarks

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

Properties

CSharpVerbatimString

The CSharpVerbatimString classification type.

IClassificationType CSharpVerbatimString { get; }

Property Value

IClassificationType

Comment

The Comment classification type.

IClassificationType Comment { get; }

Property Value

IClassificationType

Identifier

The Identifier classification type.

IClassificationType Identifier { get; }

Property Value

IClassificationType

Keyword

The Keyword classification type.

IClassificationType Keyword { get; }

Property Value

IClassificationType

Number

The Number classification type.

IClassificationType Number { get; }

Property Value

IClassificationType

Operator

The Operator classification type.

IClassificationType Operator { get; }

Property Value

IClassificationType

PreprocessorKeyword

The PreprocessorKeyword classification type.

IClassificationType PreprocessorKeyword { get; }

Property Value

IClassificationType

Punctuation

The Punctuation classification type.

IClassificationType Punctuation { get; }

Property Value

IClassificationType

String

The String classification type.

IClassificationType String { get; }

Property Value

IClassificationType

VBXmlLiteral

The VBXmlLiteral classification type.

IClassificationType VBXmlLiteral { get; }

Property Value

IClassificationType

XmlDocumentationComment

The XmlDocumentationComment classification type.

IClassificationType XmlDocumentationComment { get; }

Property Value

IClassificationType

XmlDocumentationTag

The XmlDocumentationTag classification type.

IClassificationType XmlDocumentationTag { get; }

Property Value

IClassificationType

Extension Methods