Partilhar via


Método AdoDotNetConnectionProperties.ICollection<KeyValuePair<String, Object>>.Clear

Remove todos os elementos da instância especificada de ICollection<T> .

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Private Sub Clear Implements ICollection(Of KeyValuePair(Of String, Object)).Clear
void ICollection<KeyValuePair<string, Object>>.Clear()
private:
virtual void Clear() sealed = ICollection<KeyValuePair<String^, Object^>>::Clear
private abstract Clear : unit -> unit 
private override Clear : unit -> unit 
JScript não oferece suporte a implementações explícitas da interface.

Implementações

ICollection<T>.Clear()

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet