PropertyExpressionCollection.Remove Method (String)
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: StringThe name of the property to remove from the collection.
Return Value
Type: 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