IDataSourceCollection Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

public interface IDataSourceCollection : IUIDispatch, 
	IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IList<IDataSource>, 
	ICollection<IDataSource>, IEnumerable<IDataSource>, IEnumerable, 
	INotifyPropertyChanged, INotifyCollectionChanged

The IDataSourceCollection type exposes the following members.

  NameDescription
Public propertyCountGets the number of elements contained in the ICollection<T>. (Inherited from ICollection<IDataSource>.)
Public propertyIsReadOnlyGets a value indicating whether the ICollection<T> is read-only. (Inherited from ICollection<IDataSource>.)
Public propertyItemGets or sets the element at the specified index. (Inherited from IList<IDataSource>.)
Public propertyVerbsMicrosoft internal use only. (Inherited from IUIDispatch.)
Top

  NameDescription
Public methodAddAdds an item to the ICollection<T>. (Inherited from ICollection<IDataSource>.)
Public methodAdviseCollectionChangeEventsRegisters for collection events. (Inherited from IVsUICollection.)
Public methodClearRemoves all items from the ICollection<T>. (Inherited from ICollection<IDataSource>.)
Public methodCloseCloses the collection. (Inherited from IVsUICollection.)
Public methodContainsDetermines whether the ICollection<T> contains a specific value. (Inherited from ICollection<IDataSource>.)
Public methodCopyToCopies the elements of the ICollection<T> to an Array, starting at a particular Array index. (Inherited from ICollection<IDataSource>.)
Public methodEnumVerbs (Inherited from IVsUICollection.)
Public methodget_CountReturns the number of items in the collection. (Inherited from IVsUICollection.)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection. (Inherited from IEnumerable<IDataSource>.)
Public methodGetItemGets an item from the collection. (Inherited from IVsUICollection.)
Public methodIndexOfDetermines the index of a specific item in the IList<T>. (Inherited from IList<IDataSource>.)
Public methodInsertInserts an item to the IList<T> at the specified index. (Inherited from IList<IDataSource>.)
Public methodInvoke(String, Object)Microsoft internal use only. (Inherited from IUIDispatch.)
Public methodInvoke(String, Object, Object) (Inherited from IVsUICollection.)
Public methodRemoveRemoves the first occurrence of a specific object from the ICollection<T>. (Inherited from ICollection<IDataSource>.)
Public methodRemoveAtRemoves the IList<T> item at the specified index. (Inherited from IList<IDataSource>.)
Public methodUnadviseCollectionChangeEventsStops indicating collection events. (Inherited from IVsUICollection.)
Top

  NameDescription
Public eventCollectionChangedOccurs when the collection changes. (Inherited from INotifyCollectionChanged.)
Public eventPropertyChangedOccurs when a property value changes. (Inherited from INotifyPropertyChanged.)
Top

  NameDescription
Public Extension MethodCount (Defined by Utilities.)
Top
Show: