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
uiElements
Type: IEnumerable<IUITechnologyElement>A list of UITechnologyElement objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap Namespace