DataSource Class
Microsoft internal use only.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.DataSource
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Class DataSource _
Implements IDataSource, IUIDataSource, IUIDispatch, IVsUIDataSource, _
IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, ICustomTypeDescriptor, IDisposable
[CLSCompliantAttribute(false)]
public class DataSource : IDataSource, IUIDataSource,
IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged,
ICustomTypeDescriptor, IDisposable
[CLSCompliantAttribute(false)]
public ref class DataSource : IDataSource,
IUIDataSource, IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch,
INotifyPropertyChanged, ICustomTypeDescriptor, IDisposable
[<CLSCompliantAttribute(false)>]
type DataSource =
class
interface IDataSource
interface IUIDataSource
interface IUIDispatch
interface IVsUIDataSource
interface IVsUISimpleDataSource
interface IVsUIDispatch
interface INotifyPropertyChanged
interface ICustomTypeDescriptor
interface IDisposable
end
public class DataSource implements IDataSource, IUIDataSource, IUIDispatch, IVsUIDataSource, IVsUISimpleDataSource, IVsUIDispatch, INotifyPropertyChanged, ICustomTypeDescriptor, IDisposable
The DataSource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DataSource(IVsUIDataSource) | Microsoft internal use only. | |
DataSource(IVsUIDataSource, DataSourceParameters) | Microsoft internal use only. |
Top
Properties
Name | Description | |
---|---|---|
IsDisposed | Microsoft internal use only. | |
Properties | Microsoft internal use only. | |
ShapeIdentifier | Microsoft internal use only. | |
Verbs | Microsoft internal use only. |
Top
Methods
Name | Description | |
---|---|---|
AdvisePropertyChangeEvents | Microsoft internal use only. | |
Close | Microsoft internal use only. | |
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 | 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
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.