Aracılığıyla paylaş


UIObject.ControlType Özellik

Alır veya bu nesnenin denetim türünü ayarlar.

Ad alanı:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Derleme:  Microsoft.VisualStudio.TestTools.UITest.Common (Microsoft.VisualStudio.TestTools.UITest.Common.dll içinde)

Sözdizimi

'Bildirim
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)

Özellik Değeri

Tür: System.String
Denetim türü.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

UIObject Sınıf

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Ad Alanı