TestElement.ParentExecId, propriété
Obtient ou définit le TestExecIddu parent de l'élément de test.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
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)
Valeur de propriété
Type : Microsoft.VisualStudio.TestTools.Common.TestExecId
TestExecId de l'élément de test parent, s'il existe ; sinon, nullune référence null (Nothing en Visual Basic).
Implémentations
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.