DataProviderManager.ICollection<DataProvider>.Add(DataProvider) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual void System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.DataProvider>.Add(Microsoft::VisualStudio::Data::DataProvider ^ item) = System::Collections::Generic::ICollection<Microsoft::VisualStudio::Data::DataProvider ^>::Add;
void ICollection<DataProvider>.Add (Microsoft.VisualStudio.Data.DataProvider item);
abstract member System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.DataProvider>.Add : Microsoft.VisualStudio.Data.DataProvider -> unit
override this.System.Collections.Generic.ICollection<Microsoft.VisualStudio.Data.DataProvider>.Add : Microsoft.VisualStudio.Data.DataProvider -> unit
Sub Add (item As DataProvider) Implements ICollection(Of DataProvider).Add
Parameters
- item
- DataProvider