IElementDirectory.FindDeletedElement(Guid) Method

Definition

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

Applies to