Sdílet prostřednictvím


UITestActionExecutor.GetControlSupportLevel – metoda

Získá úroveň podpory poskytovatele pro zadaný ovládací prvek.

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

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: Int32
Úroveň podpory pro ovládací prvek.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

UITestActionExecutor Třída

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