Provides an IAdornment
- Type Parameters:
-
TManager
-The Type of IAdornment
Manager that this factory creates. The tagger type must have a constructor that accepts a single ITextView instance parameter.
- Inheritance:
- object object
- Implements:
-
IAdornment
Manager Provider
Constructors
AdornmentManagerProvider()
Initializes a new instance of the AdornmentManagerProvider
class.
AdornmentManagerProvider(object)
Initializes a new instance of the AdornmentManagerProvider
class.
Parameter | Type | Description |
---|---|---|
singletonKey | object | When a non-null value is passed, the tagger will be stored as a singleton under the specified key in the views's properties. |
Methods
GetAdornmentManager(ITextView)
Returns a IAdornment
Parameter | Type | Description |
---|---|---|
view | IText |
The IText |
Returns
- IAdornment
Manager : A IAdornment
Manager for the specified ITextView .