Sdílet prostřednictvím


WebViewActionExecutor.GetControlSupportLevel – metoda

Tento člen přepisuje UITestActionExecutor.GetControlSupportLevel(UITechnologyElement).

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (v Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)

Syntaxe

'Deklarace
Public Overrides Function GetControlSupportLevel ( _
    control As UITechnologyElement _
) As Integer
public override int GetControlSupportLevel(
    UITechnologyElement control
)
public:
virtual int GetControlSupportLevel(
    UITechnologyElement^ control
) override
abstract GetControlSupportLevel : 
        control:UITechnologyElement -> int  
override GetControlSupportLevel : 
        control:UITechnologyElement -> int
public override function GetControlSupportLevel(
    control : UITechnologyElement
) : int

Parametry

Vrácená hodnota

Typ: Int32

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

WebViewActionExecutor Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů