Partilhar via


Propriedade ControlData.ControlType

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

O tipo de controle.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (em Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.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

ControlData Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight