PropertyExpressionObservableCollection.Remove Method (String)
Remove PropertyExpression with the given name 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 ( _
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: StringProperty name 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.