UIDataSourceCollection 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 UIDataSourceCollection _
    Inherits UISimpleDataSource _
    Implements IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IUIDispatch,  _
    IList(Of IVsUIDataSource), ICollection(Of IVsUIDataSource), IEnumerable(Of IVsUIDataSource),  _
    IEnumerable
‘사용 방법
Dim instance As UIDataSourceCollection
[CLSCompliantAttribute(false)]
public class UIDataSourceCollection : UISimpleDataSource, 
    IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IUIDispatch, IList<IVsUIDataSource>, 
    ICollection<IVsUIDataSource>, IEnumerable<IVsUIDataSource>, IEnumerable
[CLSCompliantAttribute(false)]
public ref class UIDataSourceCollection : public UISimpleDataSource, 
    IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IUIDispatch, IList<IVsUIDataSource^>, 
    ICollection<IVsUIDataSource^>, IEnumerable<IVsUIDataSource^>, IEnumerable
[<CLSCompliantAttribute(false)>]
type UIDataSourceCollection =  
    class
        inherit UISimpleDataSource
        interface IVsUICollection
        interface IVsUISimpleDataSource
        interface IVsUIDispatch
        interface IUIDispatch
        interface IList<IVsUIDataSource>
        interface ICollection<IVsUIDataSource>
        interface IEnumerable<IVsUIDataSource>
        interface IEnumerable
    end
public class UIDataSourceCollection extends UISimpleDataSource implements IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IUIDispatch, IList<IVsUIDataSource>, ICollection<IVsUIDataSource>, IEnumerable<IVsUIDataSource>, IEnumerable

Inheritance Hierarchy

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch
    Microsoft.Internal.VisualStudio.PlatformUI.UISimpleDataSource
      Microsoft.Internal.VisualStudio.PlatformUI.UIDataSourceCollection
        Microsoft.Internal.VisualStudio.PlatformUI.UIDataSourceDynamicCollection

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

UIDataSourceCollection Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace