IUITestActionStack.Count Propriedade
Obtém o número de ações nesta pilha.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Sintaxe
int Count { get; }
property int Count {
int get();
}
abstract Count : int with get
ReadOnly Property Count As Integer
Valor de propriedade
Type: System.Int32
O número de ações.
Consulte também
Interface IUITestActionStack
Namespace Microsoft.VisualStudio.TestTools.UITest.Common
Retornar ao topo