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)
Syntax
'Declaration
Public Function Remove ( _
objectId As String _
) As Boolean
public bool Remove(
string objectId
)
public:
bool Remove(
String^ objectId
)
member Remove :
objectId:string -> bool
public function Remove(
objectId : String
) : boolean
Parameters
objectId
Type: StringA UI object ID.
Return Value
Type: Boolean
true if the specified object was removed; otherwise, false.
.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