UITestAction.Id (Propiedad)

Obtiene o establece un identificador numérico único para esta acción.

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 Id As Long
    Get
    Set
public long Id { get; set; }
public:
property long long Id {
    long long get ();
    void set (long long value);
}
member Id : int64 with get, set
function get Id () : long
function set Id (value : long)

Valor de propiedad

Tipo: System.Int64
Genera el evento PropertyChanged cuando se establece el valor.

Seguridad de .NET Framework

Vea también

Referencia

UITestAction Clase

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

PropertyChanged