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 specified property expression from the collection.
Namespace: Microsoft.VisualStudio.TestTools.UITesting
Assembly: Microsoft.VisualStudio.TestTools.UITest.Extension (in Microsoft.VisualStudio.TestTools.UITest.Extension.dll)
Syntax
'Declaration
Public Function Remove ( _
propertyName As String _
) As Boolean
public bool Remove(
string propertyName
)
public:
bool Remove(
String^ propertyName
)
member Remove :
propertyName:string -> bool
public function Remove(
propertyName : String
) : boolean
Parameters
- propertyName
Type: System.String
The name of the property to remove from the collection.
Return Value
Type: System.Boolean
true if the property expression 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
PropertyExpressionCollection Class