ModelElement.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.
Gets or sets the Partition instance that contains this element.
public:
property Microsoft::VisualStudio::Modeling::Partition ^ Partition { Microsoft::VisualStudio::Modeling::Partition ^ get(); void set(Microsoft::VisualStudio::Modeling::Partition ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.VisualStudio.Modeling.Partition Partition { [System.Diagnostics.DebuggerStepThrough] get; set; }
[<System.ComponentModel.Browsable(false)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Partition : Microsoft.VisualStudio.Modeling.Partition with get, set
Public Property Partition As Partition
Property Value
- Attributes