DataSourceManager.ICollection<DataSource>.Clear Method
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Private Sub Clear Implements ICollection(Of DataSource).Clear
'Usage
Dim instance As DataSourceManager
CType(instance, ICollection(Of DataSource)).Clear()
void ICollection<DataSource>.Clear()
private:
virtual void Clear() sealed = ICollection<DataSource^>::Clear
JScript does not support explicit interface implementations.
Implements
.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.