DataSource Class
Microsoft internal use only.
Inheritance Hierarchy
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.DataSource
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Class DataSource _
Implements IDataSource, IUIDataSource, IUIDispatch, IVsUIDataSource, _
IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, ICustomTypeProvider, IDisposable
public class DataSource : IDataSource, IUIDataSource,
IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged,
ICustomTypeProvider, IDisposable
public ref class DataSource : IDataSource,
IUIDataSource, IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch,
INotifyPropertyChanged, ICustomTypeProvider, IDisposable
type DataSource =
class
interface IDataSource
interface IUIDataSource
interface IUIDispatch
interface IVsUIDataSource
interface IVsUISimpleDataSource
interface IVsUIDispatch
interface INotifyPropertyChanged
interface ICustomTypeProvider
interface IDisposable
end
public class DataSource implements IDataSource, IUIDataSource, IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, ICustomTypeProvider, IDisposable
The DataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSource | Microsoft internal use only. |
Top
Properties
Name | Description | |
---|---|---|
IsDisposed | Microsoft internal use only. | |
IsPropertyAccessSynchronized | ||
Properties | Microsoft internal use only. | |
ServiceProvider | ||
ShapeIdentifier | Microsoft internal use only. | |
ShapeProvider | ||
Verbs | Microsoft internal use only. |
Top
Methods
Name | Description | |
---|---|---|
AdvisePropertyChangeEvents | Microsoft internal use only. | |
Close | Microsoft internal use only. | |
CreateCompatibleCollection | ||
CreateCompatibleInstance | ||
CreateInstance(IVsUIDataSource) | ||
CreateInstance(IVsUIDataSource, Window, IServiceProvider) | ||
Dispose() | Microsoft internal use only. | |
Dispose(Boolean) | Microsoft internal use only. | |
EnumProperties | Microsoft internal use only. | |
EnumVerbs | Microsoft internal use only. | |
Equals | Microsoft internal use only. (Overrides Object.Equals(Object).) | |
Finalize | Microsoft internal use only. (Overrides Object.Finalize().) | |
GetHashCode | Microsoft internal use only. (Overrides Object.GetHashCode().) | |
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. | |
Invoke(String, Object) | Microsoft internal use only. | |
Invoke(String, Object, Object%) | Microsoft internal use only. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
QueryValue | Microsoft internal use only. | |
ResetValue | 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. |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Microsoft internal use only. |
Top
Operators
Name | Description | |
---|---|---|
Equality(DataSource, DataSource) | Microsoft internal use only. | |
Equality(DataSource, IVsUIDataSource) | Microsoft internal use only. | |
Equality(IVsUIDataSource, DataSource) | Microsoft internal use only. | |
Inequality(DataSource, DataSource) | Microsoft internal use only. | |
Inequality(DataSource, IVsUIDataSource) | Microsoft internal use only. | |
Inequality(IVsUIDataSource, DataSource) | Microsoft internal use only. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IUIDataSource.GetValue | Microsoft internal use only. | |
IUIDataSource.Item | Microsoft internal use only. | |
IUIDataSource.SetValue | Microsoft internal use only. | |
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.