In This Article

DirectContentProvider Class

Provides IntelliPrompt content with a specified UIElement or String.

public class DirectContentProvider : IContentProvider
Inheritance:
System.Object Object
Implements:
IContentProvider

Constructors

DirectContentProvider(Object)

Initializes a new instance of the DirectContentProvider class.

public DirectContentProvider(object content)
Parameter Type Description
content System.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

System.Object:

The object to use as content.

Explicit Interface Implementations

IContentProvider.GetContent()

Returns the content to use in the quick info popup.

object IContentProvider.GetContent()

Returns

System.Object:

The content to use in the quick info popup.

Inherited Members

  • System.Object.ToString()
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object, System.Object)
  • System.Object.ReferenceEquals(System.Object, System.Object)
  • System.Object.GetHashCode()
  • System.Object.GetType()
  • System.Object.MemberwiseClone()