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)

IElement^ FindElement(
	Guid elementId
)

Parameters

elementId
Type: System::Guid

Return Value

Type: Microsoft.VisualStudio.Uml.Classes::IElement^

Null if no element with the specified GUID is found.

Return to top
Show: