Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Removes all elements from the specified IDictionary instance.
Namespace: Microsoft.VisualStudio.Data.AdoDotNet
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaración
Private Sub Clear Implements IDictionary.Clear
void IDictionary.Clear()
private:
virtual void Clear() sealed = IDictionary::Clear
private abstract Clear : unit -> unit
private override Clear : unit -> unit
JScript does not support explicit interface implementations.
Implements
Remarks
This method provides an implementation of the Clear method. For more information see the Clear method in the .NET Framework class library.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.