UIDataSourceDynamicCollection Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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
Public method UIDataSourceDynamicCollection Microsoft internal use only.

Top

Properties

  Name Description
Public property Count Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Protected property DataCollection Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Public property IsReadOnly Microsoft internal use only. (Overrides UIDataSourceCollection.IsReadOnly.)
Public property Item Microsoft internal use only. (Overrides UIDataSourceCollection.Item.)
Public property Verbs Microsoft internal use only. (Inherited from UIDispatch.)

Top

Methods

  Name Description
Public method Add Microsoft internal use only. (Overrides UIDataSourceCollection.Add(IVsUIDataSource).)
Public method AddCommand Microsoft internal use only. (Inherited from UIDispatch.)
Public method AddItem(IVsUIDataSource) Microsoft internal use only. (Overrides UIDataSourceCollection.AddItem(IVsUIDataSource).)
Public method AddItem(IVsUIDataSource, UInt32) Microsoft internal use only.
Public method AdviseCollectionChangeEvents Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Public method Clear Microsoft internal use only. (Overrides UIDataSourceCollection.Clear().)
Public method ClearItems Microsoft internal use only.
Public method Close Microsoft internal use only. (Overrides UIDataSourceCollection.Close().)
Public method Contains Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Public method CopyTo Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Public method EnumVerbs Microsoft internal use only. (Inherited from UIDispatch.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method FireOnAfterItemAdded Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Protected method FireOnAfterItemRemoved Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Protected method FireOnAfterItemReplaced Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Protected method FireOnInvalidateAllItems Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Public method get_Count Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Public method GetEnumerator Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetItem Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Public method Insert Microsoft internal use only. (Overrides UIDataSourceCollection.Insert(Int32, IVsUIDataSource).)
Public method InsertCollection Microsoft internal use only.
Public method InsertItem Microsoft internal use only.
Public method Invoke(String, Object) Microsoft internal use only. (Inherited from UIDispatch.)
Public method Invoke(String, Object, Object) Microsoft internal use only. (Inherited from UIDispatch.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove Microsoft internal use only. (Overrides UIDataSourceCollection.Remove(IVsUIDataSource).)
Public method RemoveAt Microsoft internal use only. (Overrides UIDataSourceCollection.RemoveAt(Int32).)
Public method RemoveItem Microsoft internal use only.
Public method ReplaceItem Microsoft internal use only.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method UnadviseCollectionChangeEvents Microsoft internal use only. (Inherited from UIDataSourceCollection.)

Top

Extension Methods

  Name Description
Public Extension Method Count (Defined by Utilities.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property ICollection<IVsUIDataSource>.Count Microsoft internal use only. (Inherited from UIDataSourceCollection.)
Explicit interface implemetationPrivate method 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.

See Also

Reference

Microsoft.Internal.VisualStudio.PlatformUI Namespace