ModelingProject.Store Property

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

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

Syntax

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

value = instance.Store
public IModelStore Store { get; }
public:
virtual property IModelStore^ Store {
    IModelStore^ get () sealed;
}
abstract Store : IModelStore
override Store : IModelStore
final function get Store () : IModelStore

Property Value

Type: Microsoft.VisualStudio.Uml.Extensions.IModelStore

Implements

IModelingProject.Store

.NET Framework Security

See Also

Reference

ModelingProject Class

ModelingProject Members

Microsoft.VisualStudio.Uml.Extensions Namespace