IUIDataSource Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Interface IUIDataSource _
    Inherits IUIDispatch
public interface IUIDataSource : IUIDispatch
public interface class IUIDataSource : IUIDispatch
type IUIDataSource =  
    interface 
        interface IUIDispatch 
    end
public interface IUIDataSource extends IUIDispatch

The IUIDataSource type exposes the following members.

Properties

  Name Description
Public property Item Microsoft internal use only.
Public property Properties Microsoft internal use only.
Public property ShapeIdentifier Microsoft internal use only.
Public property Verbs Microsoft internal use only. (Inherited from IUIDispatch.)

Top

Methods

  Name Description
Public method GetValue Microsoft internal use only.
Public method Invoke Microsoft internal use only. (Inherited from IUIDispatch.)
Public method SetValue Microsoft internal use only.

Top

See Also

Reference

Microsoft.Internal.VisualStudio.PlatformUI Namespace