次の方法で共有


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 名前空間

トップに戻る