Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.