UIDataSource Class
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
Assembly: 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 | |
---|---|---|
UIDataSource | Microsoft internal use only. |
Top
Properties
Name | Description | |
---|---|---|
Item | Microsoft internal use only. | |
Properties | Microsoft internal use only. | |
ShapeIdentifier | Microsoft internal use only. | |
Verbs | Microsoft internal use only. (Inherited from UIDispatch.) |
Top
Methods
Name | Description | |
---|---|---|
AddBuiltInProperty(String, Boolean) | ||
AddBuiltInProperty(String, Object) | Microsoft internal use only. | |
AddCommand | Microsoft internal use only. (Inherited from UIDispatch.) | |
AddDispatchProperty | Microsoft internal use only. | |
AddIndirectProperty<T> | Microsoft internal use only. | |
AddProperty | Microsoft internal use only. | |
AddUnknownProperty | Microsoft internal use only. | |
AdvisePropertyChangeEvents | Microsoft internal use only. | |
Close | Microsoft internal use only. (Overrides UISimpleDataSource.Close().) | |
EnumProperties | Microsoft internal use only. | |
EnumVerbs | Microsoft internal use only. (Inherited from UIDispatch.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetShapeIdentifier | Microsoft internal use only. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValue(String) | Microsoft internal use only. | |
GetValue(String, IVsUIObject%) | Microsoft internal use only. | |
GetValue<T>(String) | Microsoft internal use only. | |
Invoke(String, Object) | Microsoft internal use only. (Inherited from UIDispatch.) | |
Invoke(String, Object, Object%) | Microsoft internal use only. (Inherited from UIDispatch.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
QueryValue | Microsoft internal use only. | |
ResetValue | Microsoft internal use only. | |
SetValue(String, IVsUIObject) | Microsoft internal use only. | |
SetValue(String, Boolean) | ||
SetValue(String, Object) | Microsoft internal use only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnadvisePropertyChangeEvents | Microsoft internal use only. | |
ValidatePropertyValue | Microsoft internal use only. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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.