Freigeben über


DataSource 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

'Declaration
<CLSCompliantAttribute(False)> _
Public Class DataSource _
    Implements IDataSource, IUIDataSource, IUIDispatch, IVsUIDataSource,  _
    IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, ICustomTypeDescriptor, IDisposable
'Usage
Dim instance As DataSource
[CLSCompliantAttribute(false)]
public class DataSource : IDataSource, IUIDataSource, 
    IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, 
    ICustomTypeDescriptor, IDisposable
[CLSCompliantAttribute(false)]
public ref class DataSource : IDataSource, 
    IUIDataSource, IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, 
    INotifyPropertyChanged, ICustomTypeDescriptor, IDisposable
[<CLSCompliantAttribute(false)>]
type DataSource =  
    class
        interface IDataSource
        interface IUIDataSource
        interface IUIDispatch
        interface IVsUIDataSource
        interface IVsUISimpleDataSource
        interface IVsUIDispatch
        interface INotifyPropertyChanged
        interface ICustomTypeDescriptor
        interface IDisposable
    end
public class DataSource implements IDataSource, IUIDataSource, IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, ICustomTypeDescriptor, IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.DataSource

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

DataSource Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace