UIDataSourceDynamicCollection 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 UIDataSourceDynamicCollection _
Inherits UIDataSourceCollection _
Implements IVsUIDynamicCollection, IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch
public class UIDataSourceDynamicCollection : UIDataSourceCollection,
IVsUIDynamicCollection, IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch
public ref class UIDataSourceDynamicCollection : public UIDataSourceCollection,
IVsUIDynamicCollection, IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch
type UIDataSourceDynamicCollection =
class
inherit UIDataSourceCollection
interface IVsUIDynamicCollection
interface IVsUICollection
interface IVsUISimpleDataSource
interface IVsUIDispatch
end
public class UIDataSourceDynamicCollection extends UIDataSourceCollection implements IVsUIDynamicCollection, IVsUICollection, IVsUISimpleDataSource, IVsUIDispatch
The UIDataSourceDynamicCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UIDataSourceDynamicCollection | Microsoft internal use only. |
Top
Properties
Name | Description | |
---|---|---|
Count | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
DataCollection | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
IsReadOnly | Microsoft internal use only. (Overrides UIDataSourceCollection.IsReadOnly.) | |
Item | Microsoft internal use only. (Overrides UIDataSourceCollection.Item.) | |
Verbs | Microsoft internal use only. (Inherited from UIDispatch.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Microsoft internal use only. (Overrides UIDataSourceCollection.Add(IVsUIDataSource).) | |
AddCommand | Microsoft internal use only. (Inherited from UIDispatch.) | |
AddItem(IVsUIDataSource) | Microsoft internal use only. (Overrides UIDataSourceCollection.AddItem(IVsUIDataSource).) | |
AddItem(IVsUIDataSource, UInt32%) | Microsoft internal use only. | |
AdviseCollectionChangeEvents | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
Clear | Microsoft internal use only. (Overrides UIDataSourceCollection.Clear().) | |
ClearItems | Microsoft internal use only. | |
Close | Microsoft internal use only. (Overrides UIDataSourceCollection.Close().) | |
Contains | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
CopyTo | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
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. (Inherited from UIDataSourceCollection.) | |
FireOnAfterItemRemoved | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
FireOnAfterItemReplaced | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
FireOnInvalidateAllItems | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
get_Count | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
GetEnumerator | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetItem | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
Insert | Microsoft internal use only. (Overrides UIDataSourceCollection.Insert(Int32, IVsUIDataSource).) | |
InsertCollection | Microsoft internal use only. | |
InsertItem | 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. (Overrides UIDataSourceCollection.Remove(IVsUIDataSource).) | |
RemoveAt | Microsoft internal use only. (Overrides UIDataSourceCollection.RemoveAt(Int32).) | |
RemoveItem | Microsoft internal use only. | |
ReplaceItem | Microsoft internal use only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
UnadviseCollectionChangeEvents | Microsoft internal use only. (Inherited from UIDataSourceCollection.) |
Top
Extension Methods
Name | Description | |
---|---|---|
Count | (Defined by Utilities.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<IVsUIDataSource>.Count | Microsoft internal use only. (Inherited from UIDataSourceCollection.) | |
IEnumerable.GetEnumerator | Microsoft internal use only. (Inherited from UIDataSourceCollection.) |
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.