IModelingProject.Store Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Model store that holds model data in the modeling project

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
ReadOnly Property Store As IModelStore
    Get
'Usage
Dim instance As IModelingProject
Dim value As IModelStore

value = instance.Store
IModelStore Store { get; }
property IModelStore^ Store {
    IModelStore^ get ();
}
abstract Store : IModelStore
function get Store () : IModelStore

Property Value

Type: Microsoft.VisualStudio.Uml.Extensions.IModelStore

.NET Framework Security

See Also

Reference

IModelingProject Interface

IModelingProject Members

Microsoft.VisualStudio.Uml.Extensions Namespace