IModelingProject.Store Property
The store containing the model elements in this model.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property Store As IModelStore
IModelStore Store { get; }
property IModelStore^ Store {
IModelStore^ get ();
}
abstract Store : IModelStore with get
function get Store () : IModelStore
Property Value
Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IModelStore
.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.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility Namespace