AutoCompleteItem Constructors
Enables customization of Expression Editor items for which automatic completion is available.Name | Parameters | Description |
---|---|---|
AutoCompleteItem(String, String, AutoCompleteItemKind) | value, description, itemKind | Initializes a new instance of the AutoCompleteItem class with the specified settings. |
See Also