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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.