PartitionDictionary Class
Represents a collection of partitions.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System.Collections.Generic::Dictionary<TKey, TValue>
Microsoft.VisualStudio.Modeling::PartitionDictionary
| Name | Description | |
|---|---|---|
![]() | PartitionDictionary() | Default constructor. |
![]() | PartitionDictionary(SerializationInfo^, StreamingContext) | Protected constructor. It is executed during deserialization. |
| Name | Description | |
|---|---|---|
![]() | Comparer | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Count | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Item[TKey] | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Keys | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Values | (Inherited from Dictionary<TKey, TValue>.) |
| Name | Description | |
|---|---|---|
![]() | Add(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Clear() | (Inherited from Dictionary<TKey, TValue>.) |
![]() | ContainsKey(TKey) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | ContainsValue(TValue) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | (Inherited from Dictionary<TKey, TValue>.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnDeserialization(Object^) | (Inherited from Dictionary<TKey, TValue>.) |
![]() | Remove(Guid) | Remove method to also remove the partition from the store's PartitionAlternate collection |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(TKey, TValue) | (Inherited from Dictionary<TKey, TValue>.) |
This is a dictionary collection of partitions with the remove method overridden to also remove the partition from the PartitionsAlternate collection of the store.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




