Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft internal use only.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.DataSourceCollection
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class DataSourceCollection _
Implements IDataSourceCollection, IUIDispatch, IVsUICollection, IVsUISimpleDataSource, _
IVsUIDispatch, IList(Of IDataSource), ICollection(Of IDataSource), _
IEnumerable(Of IDataSource), INotifyPropertyChanged, INotifyCollectionChanged, IList, _
ICollection, IEnumerable, IDisposable
[CLSCompliantAttribute(false)]
public class DataSourceCollection : IDataSourceCollection,
IUIDispatch, IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IList<IDataSource>,
ICollection<IDataSource>, IEnumerable<IDataSource>, INotifyPropertyChanged,
INotifyCollectionChanged, IList, ICollection, IEnumerable, IDisposable
[CLSCompliantAttribute(false)]
public ref class DataSourceCollection : IDataSourceCollection,
IUIDispatch, IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IList<IDataSource^>,
ICollection<IDataSource^>, IEnumerable<IDataSource^>, INotifyPropertyChanged,
INotifyCollectionChanged, IList, ICollection, IEnumerable, IDisposable
[<CLSCompliantAttribute(false)>]
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.
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. |
![]() ![]() |
CreateInstance(IVsUICollection) | Microsoft internal use only. |
![]() ![]() |
CreateInstance(IVsUICollection, DataSourceParameters) | Microsoft internal use only. |
![]() ![]() |
CreateReadOnlyInstance(IVsUICollection) | Microsoft internal use only. |
![]() ![]() |
CreateReadOnlyInstance(IVsUICollection, DataSourceParameters) | 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
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.