Context.AddPartition(Partition) Method
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.
Add new partition to context.
public:
void AddPartition(Microsoft::VisualStudio::Modeling::Partition ^ partition);
public void AddPartition (Microsoft.VisualStudio.Modeling.Partition partition);
member this.AddPartition : Microsoft.VisualStudio.Modeling.Partition -> unit
Public Sub AddPartition (partition As Partition)
Parameters
- partition
- Partition
partition to be added