Share via


IModelStore.Root Property

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

The model stored in this IModelStore.

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

Syntax

'Declaration
ReadOnly Property Root As IModel
    Get
'Usage
Dim instance As IModelStore
Dim value As IModel

value = instance.Root
IModel Root { get; }
property IModel^ Root {
    IModel^ get ();
}
abstract Root : IModel
function get Root () : IModel

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.IModel

.NET Framework Security

See Also

Reference

IModelStore Interface

IModelStore Members

Microsoft.VisualStudio.Uml.Extensions Namespace