In This Article

ISignatureItem Interface

Provides the base requirements for a signature item, used with IntelliPrompt parameter info.

public interface ISignatureItem

Properties

ContentProvider

Gets the IContentProvider to use when generating content for the signature.

IContentProvider ContentProvider { get; }

Property Value

IContentProvider:

The IContentProvider to use when generating content for the signature.

Remarks

Use an IParameterizedContentProvider if current parameter display is desired.

Tag

Gets or sets the object that contains user-defined data about the object.

object Tag { get; set; }

Property Value

Object:

An Object that contains user-defined data about the object. The default is null.

Remarks

Any type derived from the Object class can be assigned to this property.

See Also