ModelElement::Partition Property

 

Gets or sets the Partition that contains the element.

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

public:
[BrowsableAttribute(false)]
property Partition^ Partition {
	Partition^ get();
	void set(Partition^ value);
}

Property Value

Type: Microsoft.VisualStudio.Modeling::Partition^

The Partition that contains the element.

Return to top
Show: