This topic has not yet been rated - Rate this topic

UIObject.Remove Method (String)

Removes the specified UI object from the descendent objects in this UI object.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Common.UIMap
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
public bool Remove(
	string objectId
)

Parameters

objectId
Type: System.String
A UI object ID.

Return Value

Type: System.Boolean
true if the specified object was removed; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.