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


ActionList.Count - свойство

Получает число действий в списке.

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

Синтаксис

'Декларация
Public ReadOnly Property Count As Integer
public int Count { get; }
public:
property int Count {
    int get ();
}
member Count : int with get
function get Count () : int

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

Тип: System.Int32
Число действий в этом списке.

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

См. также

Ссылки

ActionList Класс

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