TestElement.m_isRunOnRestart, champ
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Retourne la valeur de la propriété IsRunOnRestart.
Espace de noms : Microsoft.VisualStudio.TestTools.Common
Assembly : Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Déclaration
<PersistenceElementNameAttribute("isRunOnRestart")> _
Protected m_isRunOnRestart As Boolean
[PersistenceElementNameAttribute("isRunOnRestart")]
protected bool m_isRunOnRestart
[PersistenceElementNameAttribute(L"isRunOnRestart")]
protected:
bool m_isRunOnRestart
[<PersistenceElementNameAttribute("isRunOnRestart")>]
val mutable m_isRunOnRestart: bool
protected var m_isRunOnRestart : boolean
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.