ModelItemDictionary Class

Definition

public ref class ModelItemDictionary abstract : Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelItem, System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelItem ^, Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelItem ^>>, System::Collections::Generic::IDictionary<Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelItem ^, Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelItem ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelItem ^, Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelItem ^>>, System::Collections::IDictionary, System::Collections::Specialized::INotifyCollectionChanged
public abstract class ModelItemDictionary : Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem, System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem,Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem>>, System.Collections.Generic.IDictionary<Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem,Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem,Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem>>, System.Collections.IDictionary, System.Collections.Specialized.INotifyCollectionChanged
type ModelItemDictionary = class
    inherit ModelItem
    interface IDictionary<ModelItem, ModelItem>
    interface ICollection<KeyValuePair<ModelItem, ModelItem>>
    interface seq<KeyValuePair<ModelItem, ModelItem>>
    interface IEnumerable
    interface IDictionary
    interface ICollection
    interface INotifyCollectionChanged
Public MustInherit Class ModelItemDictionary
Inherits ModelItem
Implements ICollection(Of KeyValuePair(Of ModelItem, ModelItem)), IDictionary, IDictionary(Of ModelItem, ModelItem), IEnumerable(Of KeyValuePair(Of ModelItem, ModelItem)), INotifyCollectionChanged
Inheritance
ModelItemDictionary
Implements

Constructors

ModelItemDictionary()

Fields

KeyProperty

Properties

Content (Inherited from ModelItem)
Context (Inherited from ModelItem)
Count
Events (Inherited from ModelItem)
IsDisposed (Inherited from ModelItem)
IsFixedSize
IsReadOnly
IsSynchronized
Item[ModelItem]
Item[Object]
ItemType (Inherited from ModelItem)
Keys
Name (Inherited from ModelItem)
Parent (Inherited from ModelItem)
Properties (Inherited from ModelItem)
Root (Inherited from ModelItem)
Source (Inherited from ModelItem)
SyncRoot
Values
View (Inherited from ModelItem)

Methods

Add(ModelItem, ModelItem)
Add(Object, Object)
BeginEdit() (Inherited from ModelItem)
BeginEdit(String) (Inherited from ModelItem)
Clear()
Contains(KeyValuePair<ModelItem,ModelItem>)
ContainsKey(ModelItem)
ContainsKey(Object)
CopyTo(KeyValuePair<ModelItem,ModelItem>[], Int32)
GetAttributes(Type) (Inherited from ModelItem)
GetCurrentValue() (Inherited from ModelItem)
GetEnumerator()
IsItemOfType(TypeIdentifier) (Inherited from ModelItem)
Remove(ModelItem)
Remove(Object)
TryGetValue(ModelItem, ModelItem)
TryGetValue(Object, ModelItem)

Events

CollectionChanged
PropertyChanged (Inherited from ModelItem)

Explicit Interface Implementations

ICollection.CopyTo(Array, Int32)
ICollection.Count
ICollection.IsSynchronized
ICollection.SyncRoot
ICollection<KeyValuePair<ModelItem,ModelItem>>.Add(KeyValuePair<ModelItem,ModelItem>)
ICollection<KeyValuePair<ModelItem,ModelItem>>.Contains(KeyValuePair<ModelItem,ModelItem>)
ICollection<KeyValuePair<ModelItem,ModelItem>>.CopyTo(KeyValuePair<ModelItem,ModelItem>[], Int32)
ICollection<KeyValuePair<ModelItem,ModelItem>>.Remove(KeyValuePair<ModelItem,ModelItem>)
IDictionary.Add(Object, Object)
IDictionary.Clear()
IDictionary.Contains(Object)
IDictionary.GetEnumerator()
IDictionary.IsFixedSize
IDictionary.IsReadOnly
IDictionary.Item[Object]
IDictionary.Keys
IDictionary.Remove(Object)
IDictionary.Values
IEnumerable.GetEnumerator()

Applies to