UIDataSourceCollection Class
Microsoft internal use only.
Inheritance Hierarchy
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.UIDispatch
Microsoft.Internal.VisualStudio.PlatformUI.UISimpleDataSource
Microsoft.Internal.VisualStudio.PlatformUI.UIDataSourceCollection
Microsoft.Internal.VisualStudio.PlatformUI.UIDataSourceDynamicCollection
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Class UIDataSourceCollection _
Inherits UISimpleDataSource _
Implements IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IUIDispatch, _
IList(Of IVsUIDataSource), ICollection(Of IVsUIDataSource), IEnumerable(Of IVsUIDataSource), _
IEnumerable
public class UIDataSourceCollection : UISimpleDataSource,
IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IUIDispatch, IList<IVsUIDataSource>,
ICollection<IVsUIDataSource>, IEnumerable<IVsUIDataSource>, IEnumerable
public ref class UIDataSourceCollection : public UISimpleDataSource,
IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IUIDispatch, IList<IVsUIDataSource^>,
ICollection<IVsUIDataSource^>, IEnumerable<IVsUIDataSource^>, IEnumerable
type UIDataSourceCollection =
class
inherit UISimpleDataSource
interface IVsUICollection
interface IVsUISimpleDataSource
interface IVsUIDispatch
interface IUIDispatch
interface IList<IVsUIDataSource>
interface ICollection<IVsUIDataSource>
interface IEnumerable<IVsUIDataSource>
interface IEnumerable
end
public class UIDataSourceCollection extends UISimpleDataSource implements IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch, IUIDispatch, IList<IVsUIDataSource>, ICollection<IVsUIDataSource>, IEnumerable<IVsUIDataSource>, IEnumerable
The UIDataSourceCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UIDataSourceCollection | Microsoft internal use only. |
Top
Properties
Name | Description | |
---|---|---|
Count | Microsoft internal use only. | |
DataCollection | Microsoft internal use only. | |
IsReadOnly | Microsoft internal use only. | |
Item | Microsoft internal use only. | |
Verbs | Microsoft internal use only. (Inherited from UIDispatch.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Microsoft internal use only. | |
AddCommand | Microsoft internal use only. (Inherited from UIDispatch.) | |
AddItem | Microsoft internal use only. | |
AdviseCollectionChangeEvents | Microsoft internal use only. | |
Clear | Microsoft internal use only. | |
Close | Microsoft internal use only. (Overrides UISimpleDataSource.Close().) | |
Contains | Microsoft internal use only. | |
CopyTo | 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.) | |
FireOnAfterItemAdded | Microsoft internal use only. | |
FireOnAfterItemRemoved | Microsoft internal use only. | |
FireOnAfterItemReplaced | Microsoft internal use only. | |
FireOnInvalidateAllItems | Microsoft internal use only. | |
get_Count | Microsoft internal use only. | |
GetEnumerator | Microsoft internal use only. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetItem | Microsoft internal use only. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Microsoft internal use only. | |
Insert | 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.) | |
Remove | Microsoft internal use only. | |
RemoveAt | Microsoft internal use only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnadviseCollectionChangeEvents | Microsoft internal use only. |
Top
Extension Methods
Name | Description | |
---|---|---|
Count | (Defined by Utilities.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<IVsUIDataSource>.Count | Microsoft internal use only. | |
IEnumerable.GetEnumerator | 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.