Provides a basic ISquiggle
- Inheritance:
- object object
- Implements:
-
ISquiggle
Tag ITag
Constructors
SquiggleTag()
Initializes a new instance of the SquiggleTag
class.
SquiggleTag(IClassificationType)
Initializes a new instance of the SquiggleTag
class.
Parameter | Type | Description |
---|---|---|
classificationType | IClassification |
The IClassification |
SquiggleTag(IClassificationType, IContentProvider)
Initializes a new instance of the SquiggleTag
class.
Parameter | Type | Description |
---|---|---|
classificationType | IClassification |
The IClassification |
contentProvider | IContent |
The IContent |
SquiggleTag(IContentProvider)
Initializes a new instance of the SquiggleTag
class.
Parameter | Type | Description |
---|---|---|
contentProvider | IContent |
The IContent |
Properties
ClassificationType
Gets or sets the IClassification
Property Value
- IClassification
Type : The IClassification
Type associated with the tag.
ContentProvider
Gets or sets the optional IContent
Property Value
- IContent
Provider : The optional IContent
Provider used to provide content for IntelliPrompt quick info popups or other UI.