Compartilhar via


Propriedade UIObject.ControlType

Obtém ou define o tipo de controle deste objeto.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (em Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Sintaxe

'Declaração
Public Property ControlType As String
    Get
    Set
public string ControlType { get; set; }
public:
property String^ ControlType {
    String^ get ();
    void set (String^ value);
}
member ControlType : string with get, set
function get ControlType () : String
function set ControlType (value : String)

Valor de propriedade

Tipo: System.String
O tipo de controle.

Segurança do .NET Framework

Consulte também

Referência

UIObject Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Common.UIMap