次の方法で共有


UITest.Maps プロパティ

 

コード化された UI テストの UIMap オブジェクトのコレクションを取得します。

名前空間:   Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)

構文

public Collection<UIMap> Maps { get; }
public:
property Collection<UIMap^>^ Maps {
    Collection<UIMap^>^ get();
}
member Maps : Collection<UIMap> with get
Public ReadOnly Property Maps As Collection(Of UIMap)

プロパティ値

Type: System.Collections.ObjectModel.Collection<UIMap>

このテストの UIMap オブジェクトのコレクション。

参照

UIMap
UITest クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間

トップに戻る