SettingMismatch.MismatchType (Propiedad)

Obtiene o establece el tipo de error de coincidencia.

Espacio de nombres:  Microsoft.VisualStudio.TestTools.UITest.Common
Ensamblado:  Microsoft.VisualStudio.TestTools.UITest.Common (en Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxis

'Declaración
Public Property MismatchType As MismatchType
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 propiedad

Tipo: Microsoft.VisualStudio.TestTools.UITest.Common.MismatchType
El tipo de error de coincidencia.

Seguridad de .NET Framework

Vea también

Referencia

SettingMismatch Clase

Microsoft.VisualStudio.TestTools.UITest.Common (Espacio de nombres)

MismatchType