Método GraphPathSerializationDictionary.Remove (KeyValuePair<String, String>)
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)
Sintaxe
'Declaração
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
Parâmetros
- item
Tipo: System.Collections.Generic.KeyValuePair<String, String>
Valor de retorno
Tipo: System.Boolean
Implementações
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.