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


UIMap.AddUIObjects - метод

Добавляет к сопоставлению один или несколько элементов интерфейса.

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

Синтаксис

'Декларация
Public Sub AddUIObjects ( _
    uiElements As IEnumerable(Of IUITechnologyElement) _
)
public void AddUIObjects(
    IEnumerable<IUITechnologyElement> uiElements
)
public:
void AddUIObjects(
    IEnumerable<IUITechnologyElement^>^ uiElements
)
member AddUIObjects : 
        uiElements:IEnumerable<IUITechnologyElement> -> unit 
public function AddUIObjects(
    uiElements : IEnumerable<IUITechnologyElement>
)

Параметры

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

См. также

Ссылки

UIMap Класс

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

UITechnologyElement