ModelElement.Store Property

Gets the Store that contains the element.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Store As Store
[BrowsableAttribute(false)]
public Store Store { get; }
[BrowsableAttribute(false)]
public:
property Store^ Store {
    Store^ get ();
}
[<BrowsableAttribute(false)>]
member Store : Store with get
function get Store () : Store

Property Value

Type: Microsoft.VisualStudio.Modeling.Store
The Store that contains the element.

.NET Framework Security

See Also

Reference

ModelElement Class

Microsoft.VisualStudio.Modeling Namespace