Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes all elements from the specified IDictionary.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Private Sub Clear Implements IDictionary.Clear
'Usage
Dim instance As DataConnectionProperties
CType(instance, IDictionary).Clear()
void IDictionary.Clear()
private:
virtual void Clear() sealed = IDictionary::Clear
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.
See Also
Reference
DataConnectionProperties Class