In This Article

IParameterizedContentProvider Interface

Provides the base requirements for an object that generates content to be used in various IntelliPrompt popups, and can provide additional detail for a specific parameter.

public interface IParameterizedContentProvider : IContentProvider

Properties

ParameterIndex

Gets or sets the index of the parameter for which to provide additional detail, if known.

int? ParameterIndex { get; set; }

Property Value

int?:

The index of the parameter for which to provide additional detail, if known.

Inherited Members