次の方法で共有


SettingMismatch.MismatchType プロパティ

 

不一致の種類を取得または設定します。

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

構文

public MismatchType MismatchType { get; set; }
public:
property MismatchType MismatchType {
    MismatchType get();
    void set(MismatchType value);
}
member MismatchType : MismatchType with get, set
Public Property MismatchType As MismatchType

プロパティ値

Type: Microsoft.VisualStudio.TestTools.UITest.Common.MismatchType

不一致の種類。

参照

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

トップに戻る