[]
Describes intellisense item information.
public class IntellisenseItem
| Name | Description |
|---|---|
| IntellisenseItem(ExpressionItem, string) | Initializes a new instance of the IntellisenseItem which accepts an expression item and icon. |
| Name | Description |
|---|---|
| Icon | The icon of the expression item. |
| Item | The expression item. |
| ItemArguments | The arguments of the expression item. |