ModelElement::Store Property

 

Gets the Store 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 Store^ Store {
	Store^ get();
}

Property Value

Type: Microsoft.VisualStudio.Modeling::Store^

The Store that contains the element.

Return to top
Show: