UIMap.AddUIObjects Method

Adds one or more UI elements to the map.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

UIMap Class

Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace

UITechnologyElement