Store.PartitionsAlternate Property

Definition

List of Partition objects (that use the AlternateKey) used in Store. This collection is maintained by setting the property on the AlternateKey value of the partition object.

public:
 property System::Collections::Generic::Dictionary<System::Object ^, Microsoft::VisualStudio::Modeling::Partition ^> ^ PartitionsAlternate { System::Collections::Generic::Dictionary<System::Object ^, Microsoft::VisualStudio::Modeling::Partition ^> ^ get(); };
public System.Collections.Generic.Dictionary<object,Microsoft.VisualStudio.Modeling.Partition> PartitionsAlternate { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.PartitionsAlternate : System.Collections.Generic.Dictionary<obj, Microsoft.VisualStudio.Modeling.Partition>
Public ReadOnly Property PartitionsAlternate As Dictionary(Of Object, Partition)

Property Value

Attributes

Applies to