PartitionDictionary Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PartitionDictionary is a Dictionary collection of partitions with the Remove method overridden to also remove the partition from the store's PartitionAlternate collection.
public ref class PartitionDictionary : System::Collections::Generic::Dictionary<Guid, Microsoft::VisualStudio::Modeling::Partition ^>
[System.Serializable]
public class PartitionDictionary : System.Collections.Generic.Dictionary<Guid,Microsoft.VisualStudio.Modeling.Partition>
[<System.Serializable>]
type PartitionDictionary = class
inherit Dictionary<Guid, Partition>
Public Class PartitionDictionary
Inherits Dictionary(Of Guid, Partition)
- Inheritance
-
PartitionDictionary
- Attributes
Constructors
PartitionDictionary() |
Default constructor. |
PartitionDictionary(SerializationInfo, StreamingContext) |
Protected constructor. It is executed during deserialization. |
Methods
Remove(Guid) |
Remove method to also remove the partition from the store's PartitionAlternate collection |