Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the PropertyExpression with the same name, value and operator from the collection
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
Public Function Remove ( _
propertyExpression As PropertyExpression _
) As Boolean
public bool Remove(
PropertyExpression propertyExpression
)
public:
bool Remove(
PropertyExpression^ propertyExpression
)
member Remove :
propertyExpression:PropertyExpression -> bool
public function Remove(
propertyExpression : PropertyExpression
) : boolean
Parameters
propertyExpression
Type: Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionPropertyExpression to remove
Return Value
Type: Boolean
.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.