UIDataSource Class

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

Microsoft internal use only.

Inheritance Hierarchy

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch
    Microsoft.Internal.VisualStudio.PlatformUI.UISimpleDataSource
      Microsoft.Internal.VisualStudio.PlatformUI.UIDataSource

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 Class UIDataSource _
    Inherits UISimpleDataSource _
    Implements IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, IUIDataSource,  _
    IUIDispatch
public class UIDataSource : UISimpleDataSource, 
    IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, IUIDataSource, IUIDispatch
public ref class UIDataSource : public UISimpleDataSource, 
    IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, IUIDataSource, IUIDispatch
type UIDataSource =  
    class 
        inherit UISimpleDataSource 
        interface IVsUIDataSource 
        interface IVsUISimpleDataSource 
        interface IVsUIDispatch 
        interface IUIDataSource 
        interface IUIDispatch 
    end
public class UIDataSource extends UISimpleDataSource implements IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, IUIDataSource, IUIDispatch

The UIDataSource type exposes the following members.

Constructors

  Name Description
Public method UIDataSource Microsoft internal use only.

Top

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 UIDispatch.)

Top

Methods

  Name Description
Public method AddBuiltInProperty(String, Boolean)
Public method AddBuiltInProperty(String, Object) Microsoft internal use only.
Public method AddCommand Microsoft internal use only. (Inherited from UIDispatch.)
Public method AddDispatchProperty Microsoft internal use only.
Public method AddIndirectProperty<T> Microsoft internal use only.
Public method AddProperty Microsoft internal use only.
Public method AddUnknownProperty Microsoft internal use only.
Public method AdvisePropertyChangeEvents Microsoft internal use only.
Public method Close Microsoft internal use only. (Overrides UISimpleDataSource.Close().)
Public method EnumProperties Microsoft internal use only.
Public method EnumVerbs Microsoft internal use only. (Inherited from UIDispatch.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetShapeIdentifier Microsoft internal use only.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method GetValue(String) Microsoft internal use only.
Public method GetValue(String, IVsUIObject) Microsoft internal use only.
Public method GetValue<T>(String) Microsoft internal use only.
Public method Invoke(String, Object) Microsoft internal use only. (Inherited from UIDispatch.)
Public method Invoke(String, Object, Object) Microsoft internal use only. (Inherited from UIDispatch.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method QueryValue Microsoft internal use only.
Public method ResetValue Microsoft internal use only.
Public method SetValue(String, IVsUIObject) Microsoft internal use only.
Public method SetValue(String, Boolean)
Public method SetValue(String, Object) Microsoft internal use only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UnadvisePropertyChangeEvents Microsoft internal use only.
Public method ValidatePropertyValue Microsoft internal use only.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsUIDataSource.SetValue Microsoft internal use only.

Top

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

Microsoft.Internal.VisualStudio.PlatformUI Namespace