UITestActionExecutor.GetControlSupportLevel, méthode
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public MustOverride Function GetControlSupportLevel ( _
control As UITechnologyElement _
) As Integer
public abstract int GetControlSupportLevel(
UITechnologyElement control
)
public:
virtual int GetControlSupportLevel(
UITechnologyElement^ control
) abstract
abstract GetControlSupportLevel :
control:UITechnologyElement -> int
public abstract function GetControlSupportLevel(
control : UITechnologyElement
) : int
Paramètres
Valeur de retour
Type : System.Int32
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.