ErrorAction.IdTag (Propiedad)

Obtiene o establece el identificador para el error.

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 IdTag As String
public string IdTag { get; set; }
public:
property String^ IdTag {
    String^ get ();
    void set (String^ value);
}
member IdTag : string with get, set
function get IdTag () : String
function set IdTag (value : String)

Valor de propiedad

Tipo: System.String
Identificador.

Comentarios

Al establecer esta propiedad se produce el evento PropertyChanged.

Seguridad de .NET Framework

Vea también

Referencia

ErrorAction Clase

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

PropertyChanged