共用方式為


DataConnectionProperties.IDictionary.Remove 方法

將具有指定索引鍵的項目從 IDictionary 移除。

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

語法

'宣告
Private Sub Remove ( _
    key As Object _
) Implements IDictionary.Remove
void IDictionary.Remove(
    Object key
)
private:
virtual void Remove(
    Object^ key
) sealed = IDictionary::Remove
private abstract Remove : 
        key:Object -> unit  
private override Remove : 
        key:Object -> unit
JScript 不支援明確介面實作。

參數

  • key
    類型:Object

    要移除之項目的索引鍵。

實作

IDictionary.Remove(Object)

備註

這個方法 Remove 提供方法的實作。 如需詳細資訊 .NET Framework 在類別庫中看到 Remove 方法。

.NET Framework 安全性

請參閱

參考

DataConnectionProperties 類別

Microsoft.VisualStudio.Data 命名空間