ElementOperations.Partition 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 partition that the ModelElements belong to.
protected:
property Microsoft::VisualStudio::Modeling::Partition ^ Partition { Microsoft::VisualStudio::Modeling::Partition ^ get(); void set(Microsoft::VisualStudio::Modeling::Partition ^ value); };
protected Microsoft.VisualStudio.Modeling.Partition Partition { get; set; }
member this.Partition : Microsoft.VisualStudio.Modeling.Partition with get, set
Protected Property Partition As Partition