Aracılığıyla paylaş


UITechnologyManager.GetControlSupportLevel Yöntem

Bu teknoloji Yöneticisi ile sağlanan tanıtıcı tanımlanan denetim destekleyebilir güven göstergesi verir.

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

Sözdizimi

'Bildirim
Public MustOverride Function GetControlSupportLevel ( _
    windowHandle As IntPtr _
) As Integer
public abstract int GetControlSupportLevel(
    IntPtr windowHandle
)
public:
virtual int GetControlSupportLevel(
    IntPtr windowHandle
) abstract
abstract GetControlSupportLevel : 
        windowHandle:IntPtr -> int 
public abstract function GetControlSupportLevel(
    windowHandle : IntPtr
) : int

Parametreler

  • windowHandle
    Tür: System.IntPtr
    Belirli bir öğe için pencere tanıtıcısı.

Dönüş Değeri

Tür: System.Int32
Bir int destek düzeyini gösterir.

Yüklenen

IUITechnologyManager.GetControlSupportLevel(IntPtr)

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

UITechnologyManager Sınıf

Microsoft.VisualStudio.TestTools.UITest.Extension Ad Alanı

IntPtr