Share via


Store.PartitionsAlternate Property

Gets the partitions used in the store.

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

Syntax

'Declaration
Public ReadOnly Property PartitionsAlternate As Dictionary(Of Object, Partition)
'Usage
Dim instance As Store 
Dim value As Dictionary(Of Object, Partition)

value = instance.PartitionsAlternate
public Dictionary<Object, Partition> PartitionsAlternate { get; }
public:
property Dictionary<Object^, Partition^>^ PartitionsAlternate {
    Dictionary<Object^, Partition^>^ get ();
}
public 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

Store Members

Microsoft.VisualStudio.Modeling Namespace