PropertyExpressionCollection.Remove 方法 (String)
从集合中移除指定的属性表达式。
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)
语法
声明
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
参数
propertyName
类型:String要从集合中移除的属性的名称。
返回值
类型:Boolean
如果移除了该属性表达式,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
请参阅
参考
PropertyExpressionCollection 类