次の方法で共有


DataConnectionProperties.ICollection<KeyValuePair<String, Object>>.Remove メソッド

接続プロパティの現在のセットから指定したプロパティを削除します。

名前空間:  Microsoft.VisualStudio.Data.Framework
アセンブリ:  Microsoft.VisualStudio.Data.Framework (Microsoft.VisualStudio.Data.Framework.dll 内)

構文

'宣言
Private Function Remove ( _
    item As KeyValuePair(Of String, Object) _
) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove
bool ICollection<KeyValuePair<string, Object>>.Remove(
    KeyValuePair<string, Object> item
)
private:
virtual bool Remove(
    KeyValuePair<String^, Object^> item
) sealed = ICollection<KeyValuePair<String^, Object^>>::Remove
private abstract Remove : 
        item:KeyValuePair<string, Object> -> bool 
private override Remove : 
        item:KeyValuePair<string, Object> -> bool 
JScript では、明示的なインターフェイスの実装はサポートされません。

パラメーター

戻り値

型 : System.Boolean
プロパティが正常に削除された場合true ; プロパティが存在しない場合 false。

実装

ICollection<T>.Remove(T)

解説

このメソッドは Remove のメソッドの実装を提供します。詳細については、.NET Framework のクラス ライブラリ Remove のメソッドを参照してください。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataConnectionProperties クラス

Microsoft.VisualStudio.Data.Framework 名前空間