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 不支持显式接口实现。

参数

实现

IDictionary.Remove(Object)

备注

此方法提供 Remove 方法的实现。有关更多信息在 .NET Framework 选件类库中看到 Remove 方法。

.NET Framework 安全性

请参见

参考

DataConnectionProperties 类

Microsoft.VisualStudio.Data 命名空间