AutoCompleteDataSourceCalculateDisplayIndexes - метод
Пространство имён: Tessa.UI.Controls.AutoCompleteCtrlСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
protected int[] CalculateDisplayIndexes(
ICollection<IAutoCompletePopupItem> ret,
ITessaViewResult result,
[CanBeNullAttribute] int[] displayIndexes
)
Protected Function CalculateDisplayIndexes (
ret As ICollection(Of IAutoCompletePopupItem),
result As ITessaViewResult,
<CanBeNullAttribute> displayIndexes As Integer()
) As Integer()
protected:
array<int>^ CalculateDisplayIndexes(
ICollection<IAutoCompletePopupItem^>^ ret,
ITessaViewResult^ result,
[CanBeNullAttribute] array<int>^ displayIndexes
)
member CalculateDisplayIndexes :
ret : ICollection<IAutoCompletePopupItem> *
result : ITessaViewResult *
[<CanBeNullAttribute>] displayIndexes : int[] -> int[]
- ret ICollectionIAutoCompletePopupItem
-
- result ITessaViewResult
-
- displayIndexes Int32
-
Int32