AutoCompleteDataSourceSelectItem - метод
Пространство имён: Tessa.UI.Controls.AutoCompleteCtrlСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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>
(* Defaults:
let _order = defaultArg order null
*)
-> IAutoCompleteItem
- popupItem IAutoCompletePopupItem
-
- dictionary DictionaryString, Object
-
- order NullableInt32 (Optional)
-
IAutoCompleteItemIAutoCompleteDataSourceSelectItem(IAutoCompletePopupItem, DictionaryString, Object, NullableInt32)