TestElement.ParentExecId (Propiedad)

Obtiene o establece el TestExecId del elemento de prueba principal.

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

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
Objeto TestExecId del elemento de prueba primario, si está disponible; de lo contrario, nullreferencia null (Nothing en Visual Basic).

Implementaciones

ITestElement.ParentExecId

Seguridad de .NET Framework

Vea también

Referencia

TestElement Clase

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