IElementDirectory.FindDeletedElement(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 that has been deleted.
public:
Microsoft::VisualStudio::Modeling::ModelElement ^ FindDeletedElement(Guid elementId);
public Microsoft.VisualStudio.Modeling.ModelElement FindDeletedElement (Guid elementId);
abstract member FindDeletedElement : Guid -> Microsoft.VisualStudio.Modeling.ModelElement
Public Function FindDeletedElement (elementId As Guid) As ModelElement
Parameters
- elementId
- Guid
The Id of the deleted element to be retrieved
Returns
the ModelElement or null if it was not found