Поделиться через


WinList.CheckedIndices - свойство

Получает или задает массив индексов выделенных элементов списка.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITesting.WinControls
Сборка:  Microsoft.VisualStudio.TestTools.UITesting (в Microsoft.VisualStudio.TestTools.UITesting.dll)

Синтаксис

'Декларация
Public Overridable Property CheckedIndices As Integer()
public virtual int[] CheckedIndices { get; set; }
public:
virtual property array<int>^ CheckedIndices {
    array<int>^ get ();
    void set (array<int>^ value);
}
abstract CheckedIndices : int[] with get, set
override CheckedIndices : int[] with get, set
function get CheckedIndices () : int[]
function set CheckedIndices (value : int[])

Значение свойства

Тип: array<System.Int32[]
Массив индексов выделенных элементов списка.

Безопасность платформы .NET Framework

См. также

Ссылки

WinList Класс

Microsoft.VisualStudio.TestTools.UITesting.WinControls - пространство имен