Store.PartitionsAlternate Property

Gets the partitions used in the store.

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

Syntax

'Declaration
Public ReadOnly Property PartitionsAlternate As Dictionary(Of Object, Partition)
public Dictionary<Object, Partition> PartitionsAlternate { get; }
public:
property Dictionary<Object^, Partition^>^ PartitionsAlternate {
    Dictionary<Object^, Partition^>^ get ();
}
member PartitionsAlternate : Dictionary<Object, Partition> with get
function get PartitionsAlternate () : Dictionary<Object, Partition>

Property Value

Type: System.Collections.Generic.Dictionary<Object, Partition>
A list of Partition objects (that use the AlternateKey) used in the store.

Remarks

This collection is maintained by setting the property on the AlternateKey value of the Partition object.

.NET Framework Security

See Also

Reference

Store Class

Microsoft.VisualStudio.Modeling Namespace