PartitionDictionary Class

Definition

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

Applies to