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
- elementId
Type: System.Guid
Return Value
Type: Microsoft.VisualStudio.Uml.Classes.IElement
Null if no element with the specified GUID is found.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace