Compartilhar via


Propriedade TestElement.ParentExecId

Obtém ou define o TestExecId do pai teste elemento.

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

Sintaxe

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

Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
O TestExecId do pai testar o elemento, se disponível; Caso contrário, nulluma referência nula (Nothing no Visual Basic).

Implementações

ITestElement.ParentExecId

Segurança do .NET Framework

Consulte também

Referência

TestElement Classe

Namespace Microsoft.VisualStudio.TestTools.Common