In This Article

DirectContentProvider Class

Provides IntelliPrompt content with a specified UIElement or String.

public class DirectContentProvider : IContentProvider
Inheritance:
object object
Implements:
IContentProvider

Constructors

DirectContentProvider(object)

Initializes a new instance of the DirectContentProvider class.

public DirectContentProvider(object content)
Parameter Type Description
content object

The object to use as content.

Properties

Content

Gets or sets the object to use as content.

public object Content { get; set; }

Property Value

object:

The object to use as content.

Inherited Members