Compartir a través de


ITestElement.ParentExecId (Propiedad)

Obtiene el identificador de ejecución de pruebas para el objeto primario.

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

Sintaxis

'Declaración
Property ParentExecId As TestExecId
TestExecId ParentExecId { get; set; }
property TestExecId^ ParentExecId {
    TestExecId^ get ();
    void set (TestExecId^ value);
}
abstract ParentExecId : TestExecId with get, set
function get ParentExecId () : TestExecId
function set ParentExecId (value : TestExecId)

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
Si este no es un elemento de nivel superior, obtiene el identificador de ejecución de pruebas para el objeto primario; en caso contrario,obtiene TestExecId.Empty.

Seguridad de .NET Framework

Vea también

Referencia

ITestElement Interfaz

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

TestExecId