次の方法で共有


GraphPathSerializationDictionary.Remove メソッド (KeyValuePair<String, String>)

System.Collections.Generic.ICollection から、特定のオブジェクトの最初に出現したものを削除します。

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

構文

'宣言
Public Function Remove ( _
    item As KeyValuePair(Of String, String) _
) As Boolean
public bool Remove(
    KeyValuePair<string, string> item
)
public:
virtual bool Remove(
    KeyValuePair<String^, String^> item
) sealed
abstract Remove : 
        item:KeyValuePair<string, string> -> bool 
override Remove : 
        item:KeyValuePair<string, string> -> bool 
public final function Remove(
    item : KeyValuePair<String, String>
) : boolean

パラメーター

戻り値

型 : System.Boolean
System.Collections.Generic.ICollection から項目が正常に削除された場合は true。それ以外の場合は false。このメソッドは、元の System.Collections.Generic.ICollection で項目が見つからなかった場合も false を返します。

実装

ICollection<T>.Remove(T)

.NET Framework セキュリティ

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

参照

関連項目

GraphPathSerializationDictionary クラス

Remove オーバーロード

Microsoft.VisualStudio.GraphModel 名前空間