Provides the base requirements for an object that can filter out items from an IntelliPrompt completion list.
Properties
GroupName
Gets or sets the name of the group that contains this filter.
Property Value
- string:
The name of the group that contains this filter.
Remarks
If this filter generates a button, buttons with the same group name will be placed together and separated from other button groups by a separator.
See Also
IsActive
Gets or sets whether the filter is currently active.
Property Value
- bool:
true
if the filter is currently active; otherwise,false
.
Remarks
When the filter is not active, it will not have its Filter(ICompletion
See Also
Methods
Filter(ICompletionSession, ICompletionItem)
Examines the specified completion item to see if meets filter conditions.
Parameter | Type | Description |
---|---|---|
session | ICompletion |
The ICompletion |
item | ICompletion |
The ICompletion |
Returns
- Completion
Filter :Result A Completion
Filter value that indicates if the item meets filter conditions.Result