Share via


IDiagram.ModelStore Property

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

The IModelStore that contains all the elements being displayed on this diagram.

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

Syntax

'Declaration
ReadOnly Property ModelStore As IModelStore
    Get
'Usage
Dim instance As IDiagram
Dim value As IModelStore

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

Property Value

Type: Microsoft.VisualStudio.Uml.Extensions.IModelStore

.NET Framework Security

See Also

Reference

IDiagram Interface

IDiagram Members

Microsoft.VisualStudio.Uml.Presentation Namespace