Partilhar via


Propriedade ContextEntry.ControlType

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

Sintaxe

'Declaração
Public Property ControlType As String
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
Retorna String.

Segurança do .NET Framework

Consulte também

Referência

ContextEntry Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension