Sdílet prostřednictvím


UITestControl.ControlType – vlastnost

Získá typ ovládacího prvku uživatelského rozhraní.

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

Syntaxe

'Deklarace
Public Overridable ReadOnly Property ControlType As ControlType
    Get
public virtual ControlType ControlType { get; }
public:
virtual property ControlType^ ControlType {
    ControlType^ get ();
}
abstract ControlType : ControlType
override ControlType : ControlType
function get ControlType () : ControlType

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.UITesting.ControlType
Typ ovládacího prvku uživatelského rozhraní.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

UITestControl Třída

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