AutoCompleteDataSourceCalculateDisplayIndexes - метод |
Пространство имён:
Tessa.UI.Controls.AutoCompleteCtrl
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.Collections.GenericICollectionIAutoCompletePopupItem
- result
- Тип: Tessa.ViewsITessaViewResult
- displayIndexes
- Тип: SystemInt32
Возвращаемое значение
Тип:
Int32См. также