Share via


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

ICollection<T>.Clear()

.NET Framework Security

See Also

Reference

DataSourceManager Class

DataSourceManager Members

Microsoft.VisualStudio.Data Namespace