ITestElement.ParentExecId, propriété
Obtient l'ID d'exécution de test de l'objet parent.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.TestExecId
Si cet élément n'est pas un élément de niveau supérieur, l'ID d'exécution de tests pour l'objet parent ; sinon, TestExecId.Empty.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.