Store.PartitionsAlternate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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