IElementDirectory.GetElement(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a particular element.
public:
Microsoft::VisualStudio::Modeling::ModelElement ^ GetElement(Guid elementId);
public Microsoft.VisualStudio.Modeling.ModelElement GetElement (Guid elementId);
abstract member GetElement : Guid -> Microsoft.VisualStudio.Modeling.ModelElement
Public Function GetElement (elementId As Guid) As ModelElement
Parameters
- elementId
- Guid
The Id of the element for be retrieved
Returns
The element