In This Article

IParameterInfoProvider Interface

Provides the base requirements for an object that can handle requests for display of an IntelliPrompt parameter info popup.

public interface IParameterInfoProvider : IOrderable, IKeyedObject

Remarks

Objects implementing this provider interface can be registered as a service with an ISyntaxLanguage using the RegisterService(object, object) method. Any object implementing this interface will be called as needed by the language in priority order (based on IOrderable settings).

Methods

RequestSession(IEditorView)

Requests that an IParameterInfoSession be opened for the specified IEditorView.

bool RequestSession(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView that will host the session.

Returns

bool:

true if a session was opened; otherwise, false.

Inherited Members