In This Article

PlainTextContentProvider Class

Provides IntelliPrompt content based on a specified plain text string.

public class PlainTextContentProvider : IContentProvider
Inheritance:
object object
Implements:
IContentProvider

Constructors

PlainTextContentProvider(string)

Initializes a new instance of the PlainTextContentProvider class.

public PlainTextContentProvider(string text)
Parameter Type Description
text string

The plain text string to use as content.

Properties

Text

Gets or sets the plain text string to use as content.

public string Text { get; set; }

Property Value

string:

The plain text string to use as content.

Methods

GetContent()

Returns the content to use in the quick info popup.

public virtual object GetContent()

Returns

object:

The content to use in the quick info popup.

Inherited Members