DiagnosticView.Remove 方法 (KeyValuePair<String, Object>)

 

目前不支援這個方法。

命名空間:   Microsoft.ComplexEventProcessing
組件:  Microsoft.ComplexEventProcessing (在 Microsoft.ComplexEventProcessing.dll 中)

語法

public bool Remove(
    KeyValuePair<string, object> item
)
public:
virtual bool Remove(
    KeyValuePair<String^, Object^> item
) sealed
abstract Remove : 
        item:KeyValuePair<string, Object> -> bool
override Remove : 
        item:KeyValuePair<string, Object> -> bool
Public Function Remove (
    item As KeyValuePair(Of String, Object)
) As Boolean

參數

  • item
    要移除的索引鍵/值組。

傳回值

Type: System.Boolean

實作

ICollection<T>.Remove(T)

例外狀況

Exception

Condition

NotSupportedException

目前不支援這個方法。

請參閱

Remove 超載
DiagnosticView 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首