IModelStore.FindElement Method (Guid)

 

The element in the store that has a specific GUID, or null.

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

Syntax

IElement FindElement(
    Guid elementId
)
IElement^ FindElement(
    Guid elementId
)
abstract FindElement : 
        elementId:Guid -> IElement
Function FindElement (
    elementId As Guid
) As IElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Classes.IElement

Null if no element with the specified GUID is found.

See Also

IModelStore Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace

Return to top