Partilhar via


Propriedade ITestElement.ParentExecId

Obtém a ID de execução de teste para o objeto pai.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
Property ParentExecId As TestExecId
    Get
    Set
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 propriedade

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
Se este não é um elemento de nível superior, a identificação da execução de teste para o objeto pai; Caso contrário, TestExecId.Empty.

Segurança do .NET Framework

Consulte também

Referência

ITestElement Interface

Namespace Microsoft.VisualStudio.TestTools.Common

TestExecId