IDataSource Interface

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 Interface IDataSource _
    Inherits IUIDataSource, IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource,  _
    IVsUIDispatch, INotifyPropertyChanged, ICustomTypeDescriptor
用法
Dim instance As IDataSource
[CLSCompliantAttribute(false)]
public interface IDataSource : IUIDataSource, 
    IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, 
    ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
public interface class IDataSource : IUIDataSource, 
    IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, 
    ICustomTypeDescriptor
[<CLSCompliantAttribute(false)>]
type IDataSource =  
    interface
        interface IUIDataSource
        interface IUIDispatch
        interface IVsUIDataSource
        interface IVsUISimpleDataSource
        interface IVsUIDispatch
        interface INotifyPropertyChanged
        interface ICustomTypeDescriptor
    end
public interface IDataSource extends IUIDataSource, IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, ICustomTypeDescriptor

See Also

Reference

IDataSource Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace