IUIDataSource 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
'Déclaration
<CLSCompliantAttribute(False)> _
Public Interface IUIDataSource _
Inherits IUIDispatch
'Utilisation
Dim instance As IUIDataSource
[CLSCompliantAttribute(false)]
public interface IUIDataSource : IUIDispatch
[CLSCompliantAttribute(false)]
public interface class IUIDataSource : IUIDispatch
[<CLSCompliantAttribute(false)>]
type IUIDataSource =
interface
interface IUIDispatch
end
public interface IUIDataSource extends IUIDispatch