IElementDirectory.GetDeletedElement(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 ^ GetDeletedElement(Guid elementId);
public Microsoft.VisualStudio.Modeling.ModelElement GetDeletedElement (Guid elementId);
abstract member GetDeletedElement : Guid -> Microsoft.VisualStudio.Modeling.ModelElement
Public Function GetDeletedElement (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