Поделиться через


UITestPropertyProvider.GetPropertyDescriptor - метод

Возвращает дескриптор свойства для указанного свойства заданного элемента управления.

Пространство имен:  Microsoft.VisualStudio.TestTools.UITesting
Сборка:  Microsoft.VisualStudio.TestTools.UITesting (в Microsoft.VisualStudio.TestTools.UITesting.dll)

Синтаксис

'Декларация
Public MustOverride Function GetPropertyDescriptor ( _
    uiTestControl As UITestControl, _
    propertyName As String _
) As UITestPropertyDescriptor
public abstract UITestPropertyDescriptor GetPropertyDescriptor(
    UITestControl uiTestControl,
    string propertyName
)
public:
virtual UITestPropertyDescriptor^ GetPropertyDescriptor(
    UITestControl^ uiTestControl, 
    String^ propertyName
) abstract
abstract GetPropertyDescriptor : 
        uiTestControl:UITestControl * 
        propertyName:string -> UITestPropertyDescriptor 
public abstract function GetPropertyDescriptor(
    uiTestControl : UITestControl, 
    propertyName : String
) : UITestPropertyDescriptor

Параметры

Возвращаемое значение

Тип: Microsoft.VisualStudio.TestTools.UITesting.UITestPropertyDescriptor
Запрошенный дескриптор свойства.

Безопасность платформы .NET Framework

См. также

Ссылки

UITestPropertyProvider Класс

Microsoft.VisualStudio.TestTools.UITesting - пространство имен

UITestPropertyDescriptor

Другие ресурсы

Включение закодированных тестов пользовательского интерфейса для элементов управления