IUITestActionStack.Count 属性

 

获取此堆栈中的操作的数目。

命名空间:   Microsoft.VisualStudio.TestTools.UITest.Common
程序集:  Microsoft.VisualStudio.TestTools.UITest.Common(Microsoft.VisualStudio.TestTools.UITest.Common.dll 中)

语法

int Count { get; }
property int Count {
    int get();
}
abstract Count : int with get
ReadOnly Property Count As Integer

属性值

Type: System.Int32

操作的数目。

请参阅

IUITestActionStack 接口
Microsoft.VisualStudio.TestTools.UITest.Common 命名空间

返回页首