Store.Partitions 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.
Important
This API is not CLS-compliant.
Collection of Partition objects used in Store
public:
property Microsoft::VisualStudio::Modeling::PartitionDictionary ^ Partitions { Microsoft::VisualStudio::Modeling::PartitionDictionary ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.VisualStudio.Modeling.PartitionDictionary Partitions { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.CLSCompliant(false)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Partitions : Microsoft.VisualStudio.Modeling.PartitionDictionary
Public ReadOnly Property Partitions As PartitionDictionary
Property Value
- Attributes