PartitionDictionary Class

 

Represents a collection of partitions.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  System.Collections.Generic::Dictionary<TKey, TValue>
    Microsoft.VisualStudio.Modeling::PartitionDictionary

[SerializableAttribute]
public ref class PartitionDictionary : Dictionary<Guid, Partition^>

NameDescription
System_CAPS_pubmethodPartitionDictionary()

Default constructor.

System_CAPS_protmethodPartitionDictionary(SerializationInfo^, StreamingContext)

Protected constructor. It is executed during deserialization.

NameDescription
System_CAPS_pubmethodAdd(TKey, TValue)

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubmethodClear()

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubmethodContainsKey(TKey)

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubmethodContainsValue(TValue)

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodOnDeserialization(Object^)

(Inherited from Dictionary<TKey, TValue>.)

System_CAPS_pubmethodRemove(Guid)

Remove method to also remove the partition from the store's PartitionAlternate collection

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(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.

Return to top
Show: