AutoCompleteDataSource.SelectItem - метод
Пространство имён: Tessa.UI.Controls.AutoCompleteCtrlСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.24
public abstract IAutoCompleteItem SelectItem(
IAutoCompletePopupItem popupItem,
Dictionary<string, Object> dictionary,
int? order = null
)
Public MustOverride Function SelectItem (
popupItem As IAutoCompletePopupItem,
dictionary As Dictionary(Of String, Object),
Optional order As Integer? = Nothing
) As IAutoCompleteItem
public:
virtual IAutoCompleteItem^ SelectItem(
IAutoCompletePopupItem^ popupItem,
Dictionary<String^, Object^>^ dictionary,
Nullable<int> order = nullptr
) abstract
abstract SelectItem :
popupItem : IAutoCompletePopupItem *
dictionary : Dictionary<string, Object> *
?order : Nullable<int>
-> IAutoCompleteItem
- popupItem IAutoCompletePopupItem
-
- dictionary Dictionary<String, Object>
-
- order Nullable<Int32> (Optional)
-
IAutoCompleteItemIAutoCompleteDataSource.SelectItem(IAutoCompletePopupItem, Dictionary<String, Object>, Nullable<Int32>)