PlainTextContentProvider Class
Provides IntelliPrompt content based on a specified plain text string.
public class PlainTextContentProvider : IContentProvider
- Inheritance:
- object object
- Implements:
- IContentProvider
Constructors
PlainTextContentProvider(string?)
Provides IntelliPrompt content based on a specified plain text string.
public PlainTextContentProvider(string? text)
| Parameter | Type | Description |
|---|---|---|
| text | string | The plain text string to use as content. |
Properties
Text
The plain text string to use as content.
Methods
GetContent()
Returns the content to use in various IntelliPrompt popups.
Inherited Members
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()