DataSourceCollection Class
Microsoft internal use only.
Inheritance Hierarchy
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.DataSourceCollection
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Class DataSourceCollection _
Implements IDataSourceCollection, IUIDispatch, IVsUICollection, IVsUISimpleDataSource, _
IVsUIDispatch, IList(Of IDataSource), ICollection(Of IDataSource), _
IEnumerable(Of IDataSource), INotifyPropertyChanged, INotifyCollectionChanged, IList, _
ICollection, IEnumerable, IDisposable
public class DataSourceCollection : IDataSourceCollection,
IUIDispatch, IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IList<IDataSource>,
ICollection<IDataSource>, IEnumerable<IDataSource>, INotifyPropertyChanged,
INotifyCollectionChanged, IList, ICollection, IEnumerable, IDisposable
public ref class DataSourceCollection : IDataSourceCollection,
IUIDispatch, IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IList<IDataSource^>,
ICollection<IDataSource^>, IEnumerable<IDataSource^>, INotifyPropertyChanged,
INotifyCollectionChanged, IList, ICollection, IEnumerable, IDisposable
type DataSourceCollection =
class
interface IDataSourceCollection
interface IUIDispatch
interface IVsUICollection
interface IVsUISimpleDataSource
interface IVsUIDispatch
interface IList<IDataSource>
interface ICollection<IDataSource>
interface IEnumerable<IDataSource>
interface INotifyPropertyChanged
interface INotifyCollectionChanged
interface IList
interface ICollection
interface IEnumerable
interface IDisposable
end
public class DataSourceCollection implements IDataSourceCollection, IUIDispatch, IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IList<IDataSource>, ICollection<IDataSource>, IEnumerable<IDataSource>, INotifyPropertyChanged, INotifyCollectionChanged, IList, ICollection, IEnumerable, IDisposable
The DataSourceCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSourceCollection |
Top
Properties
Name | Description | |
---|---|---|
Count | Microsoft internal use only. | |
IsDisposed | Microsoft internal use only. | |
IsReadOnly | Microsoft internal use only. | |
IsSynchronized | Microsoft internal use only. | |
Item | Microsoft internal use only. | |
SyncRoot | Microsoft internal use only. | |
Verbs | Microsoft internal use only. |
Top
Methods
Name | Description | |
---|---|---|
Add | Microsoft internal use only. | |
AdviseCollectionChangeEvents | Microsoft internal use only. | |
Clear | Microsoft internal use only. | |
Close | Microsoft internal use only. | |
Contains | Microsoft internal use only. | |
CopyTo(Array, Int32) | Microsoft internal use only. | |
CopyTo(array<IDataSource[], Int32) | Microsoft internal use only. | |
CreateCompatibleDataSource | ||
CreateInstance(IVsUICollection) | Microsoft internal use only. | |
CreateInstance(IVsUICollection, Window, IServiceProvider) | ||
CreateReadOnlyInstance | Microsoft internal use only. | |
Dispose() | Microsoft internal use only. | |
Dispose(Boolean) | Microsoft internal use only. | |
EnumVerbs | Microsoft internal use only. | |
Equals | Microsoft internal use only. (Overrides Object.Equals(Object).) | |
Finalize | Microsoft internal use only. (Overrides Object.Finalize().) | |
get_Count | Microsoft internal use only. | |
GetEnumerator | Microsoft internal use only. | |
GetHashCode | Microsoft internal use only. (Overrides Object.GetHashCode().) | |
GetItem | Microsoft internal use only. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Microsoft internal use only. | |
Insert | Microsoft internal use only. | |
Invoke(String, Object) | Microsoft internal use only. | |
Invoke(String, Object, Object%) | Microsoft internal use only. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(Object) | Microsoft internal use only. | |
Remove(IDataSource) | Microsoft internal use only. | |
RemoveAt | Microsoft internal use only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnadviseCollectionChangeEvents | Microsoft internal use only. |
Top
Events
Name | Description | |
---|---|---|
CollectionChanged | Microsoft internal use only. | |
PropertyChanged | Microsoft internal use only. |
Top
Operators
Name | Description | |
---|---|---|
Equality(DataSourceCollection, DataSourceCollection) | Microsoft internal use only. | |
Equality(DataSourceCollection, IVsUICollection) | Microsoft internal use only. | |
Equality(IVsUICollection, DataSourceCollection) | Microsoft internal use only. | |
Inequality(DataSourceCollection, DataSourceCollection) | Microsoft internal use only. | |
Inequality(DataSourceCollection, IVsUICollection) | Microsoft internal use only. | |
Inequality(IVsUICollection, DataSourceCollection) | Microsoft internal use only. |
Top
Extension Methods
Name | Description | |
---|---|---|
Count | (Defined by Utilities.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add | Microsoft internal use only. | |
IList.Contains | Microsoft internal use only. | |
ICollection.Count | Microsoft internal use only. | |
IEnumerable.GetEnumerator | Microsoft internal use only. | |
IList.IndexOf | Microsoft internal use only. | |
IList.Insert | Microsoft internal use only. | |
IList.IsFixedSize | Microsoft internal use only. | |
IList.Item | Microsoft internal use only. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.