PropertyExpressionCollection.Remove 方法 (PropertyExpression)

从集合中移除提供的属性表达式。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
Public Function Remove ( _
    propertyExpression As PropertyExpression _
) As Boolean
public bool Remove(
    PropertyExpression propertyExpression
)
public:
virtual bool Remove(
    PropertyExpression^ propertyExpression
) sealed
abstract Remove : 
        propertyExpression:PropertyExpression -> bool  
override Remove : 
        propertyExpression:PropertyExpression -> bool
public final function Remove(
    propertyExpression : PropertyExpression
) : boolean

参数

返回值

类型:Boolean
如果移除了该属性表达式,则为 true;否则为 false。

实现

ICollection.Remove(UTP)

.NET Framework 安全性

请参阅

参考

PropertyExpressionCollection 类

Remove 重载

Microsoft.VisualStudio.TestTools.UITesting 命名空间

PropertyExpression