UmlExtensions.GetModelStore Method (IElement)

 

Gets the IModelStore that contains this element.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)

Syntax

public static IModelStore GetModelStore(
    this IElement element
)
public:
[ExtensionAttribute]
static IModelStore^ GetModelStore(
    IElement^ element
)
static member GetModelStore : 
        element:IElement -> IModelStore
<ExtensionAttribute>
Public Shared Function GetModelStore (
    element As IElement
) As IModelStore

Parameters

Return Value

Type: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml.IModelStore

See Also

GetModelStore Overload
UmlExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top