Proprietà TestElement.ParentExecId
Ottiene o imposta TestExecId del padre di questo elemento di test.
Spazio dei nomi: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.VisualStudio.TestTools.Common.TestExecId
Oggetto TestExecId dell'elemento di test padre, se disponibile. In caso contrario, nullriferimento null (Nothing in Visual Basic).
Implementa
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.