Propriedade SettingMismatch.MismatchType

Obtém ou define o tipo de incompatibilidade.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property MismatchType As MismatchType
    Get
    Set
public MismatchType MismatchType { get; set; }
public:
property MismatchType MismatchType {
    MismatchType get ();
    void set (MismatchType value);
}
member MismatchType : MismatchType with get, set
function get MismatchType () : MismatchType
function set MismatchType (value : MismatchType)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.MismatchType
O tipo de incompatibilidade.

Segurança do .NET Framework

Consulte também

Referência

SettingMismatch Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common

MismatchType