Store::Partitions Property

 
clsCompliantAlternativex

Gets the Collection of Partition objects for the store.

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

public:
[CLSCompliantAttribute(false)]
property PartitionDictionary^ Partitions {
	PartitionDictionary^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling::PartitionDictionary^

A collection of Partition objects used in Store.

Return to top
Show: