DataSourceCollection Class

This API is not CLS-compliant. 

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
<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
‘사용 방법
Dim instance As DataSourceCollection
[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

Inheritance Hierarchy

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.DataSourceCollection

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.

See Also

Reference

DataSourceCollection Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace