PropertyExpressionObservableCollection.Remove 方法 (String)

移除 PropertyExpression 与给定从集合。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting
程序集:  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting(在 Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.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

.NET Framework 安全性

请参阅

参考

PropertyExpressionObservableCollection 类

Remove 重载

Microsoft.VisualStudio.TestTools.UITesting 命名空间