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
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.TestTools.UITest.Common.UIMap