IDotNetClassificationTypeProvider Interface
Provides 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 v11.1.540.0 (http://www.actiprosoftware.com).
Properties
CSharpVerbatimString
Gets the CSharpVerbatimString
classification type.
IClassificationType CSharpVerbatimString { get; }
Property Value
- IClassificationType:
The
CSharpVerbatimString
classification type.
Comment
Gets the Comment
classification type.
IClassificationType Comment { get; }
Property Value
- IClassificationType:
The
Comment
classification type.
Identifier
Gets the Identifier
classification type.
IClassificationType Identifier { get; }
Property Value
- IClassificationType:
The
Identifier
classification type.
Keyword
Gets the Keyword
classification type.
IClassificationType Keyword { get; }
Property Value
- IClassificationType:
The
Keyword
classification type.
Number
Gets the Number
classification type.
IClassificationType Number { get; }
Property Value
- IClassificationType:
The
Number
classification type.
Operator
Gets the Operator
classification type.
IClassificationType Operator { get; }
Property Value
- IClassificationType:
The
Operator
classification type.
PreprocessorKeyword
Gets the PreprocessorKeyword
classification type.
IClassificationType PreprocessorKeyword { get; }
Property Value
- IClassificationType:
The
PreprocessorKeyword
classification type.
Punctuation
Gets the Punctuation
classification type.
IClassificationType Punctuation { get; }
Property Value
- IClassificationType:
The
Punctuation
classification type.
String
Gets the String
classification type.
IClassificationType String { get; }
Property Value
- IClassificationType:
The
String
classification type.
VBXmlLiteral
Gets the VBXmlLiteral
classification type.
IClassificationType VBXmlLiteral { get; }
Property Value
- IClassificationType:
The
VBXmlLiteral
classification type.
XmlDocumentationComment
Gets the XmlDocumentationComment
classification type.
IClassificationType XmlDocumentationComment { get; }
Property Value
- IClassificationType:
The
XmlDocumentationComment
classification type.
XmlDocumentationTag
Gets the XmlDocumentationTag
classification type.
IClassificationType XmlDocumentationTag { get; }
Property Value
- IClassificationType:
The
XmlDocumentationTag
classification type.