ModelingPartitionMapper.PartitionMappings.Item[ModelingPartitionMapper+WhichPartition] 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.
The actual partition corresponding to the specified generic modeling framework partition type
public:
property Microsoft::VisualStudio::Modeling::Partition ^ default[Microsoft::VisualStudio::Modeling::Shell::ModelingPartitionMapper::WhichPartition] { Microsoft::VisualStudio::Modeling::Partition ^ get(Microsoft::VisualStudio::Modeling::Shell::ModelingPartitionMapper::WhichPartition which); };
public Microsoft.VisualStudio.Modeling.Partition this[Microsoft.VisualStudio.Modeling.Shell.ModelingPartitionMapper.WhichPartition which] { get; }
member this.Item(Microsoft.VisualStudio.Modeling.Shell.ModelingPartitionMapper.WhichPartition) : Microsoft.VisualStudio.Modeling.Partition
Default Public ReadOnly Property Item(which As ModelingPartitionMapper.WhichPartition) As Partition