IElementDirectory Interface
Directory of model elements that are contained within a store or a partition.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | AllElements | Gets a read-only collection of all elements in the directory. |
| Name | Description | |
|---|---|---|
![]() | ContainsDeletedElement(Guid) | Indicates whether an element is in the set of deleted elements. |
![]() | ContainsElement(Guid) | Gets whether an element with the specified ID is in the directory. |
![]() | FindDeletedElement(Guid) | Finds a particular element that has been deleted. |
![]() | FindElement(Guid) | Gets an element with a specified ID. |
![]() | FindElementLink(Guid) | Finds a particular instance of a domain relationship. |
![]() | FindElements(DomainClassInfo^) | Finds all elements in the directory of a specified type. |
![]() | FindElements(DomainClassInfo^, Boolean) | Finds all elements in the directory of a specified type. |
![]() | FindElements(Guid) | Finds all elements in the directory of a specified type. |
![]() | FindElements(Guid, Boolean) | Finds all elements in the directory of a specified type. |
![]() | FindElements<T>() | Finds all elements in the directory of a specified type. |
![]() | FindElements<T>(Boolean) | Finds all elements in the directory of a specified type. |
![]() | GetDeletedElement(Guid) | Gets a particular element that has been deleted. |
![]() | GetElement(Guid) | Gets a particular element. |
![]() | GetElementLink(Guid) | Gets a particular instance of a domain relationship. |
![]() | GetElements(IEnumerable<Guid>^) | Get the set of elements from the IDs in a particular set. |

