UITest.Name プロパティ
コード化された UI テストの名前を取得または設定します。
名前空間: Microsoft.VisualStudio.TestTools.UITest.Common
アセンブリ: Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll 内)
構文
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
プロパティ値
Type: System.String
このコード化された UI テストの名前。
参照
UITest クラス
Microsoft.VisualStudio.TestTools.UITest.Common 名前空間
トップに戻る