IModelStore.FindElement Method

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

'Declaration
Function FindElement ( _
    elementId As Guid _
) As IElement
IElement FindElement(
    Guid elementId
)
IElement^ FindElement(
    Guid elementId
)
abstract FindElement : 
        elementId:Guid -> IElement
function FindElement(
    elementId : Guid
) : IElement

Parameters

Return Value

Type: Microsoft.VisualStudio.Uml.Classes.IElement
Null if no element with the specified GUID is found.

.NET Framework Security

See Also

Reference

IModelStore Interface

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace