IElementDirectory Interface
Directory of model elements that are contained within a store or a partition.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Interface IElementDirectory
public interface IElementDirectory
public interface class IElementDirectory
type IElementDirectory = interface end
public interface IElementDirectory
The IElementDirectory type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllElements | Gets a read-only collection of all elements in the directory. |
Top
Methods
Name | Description | |
---|---|---|
ContainsDeletedElement | Indicates whether an element is in the set of deleted elements. | |
ContainsElement | Gets whether an element with the specified ID is in the directory. | |
FindDeletedElement | Finds a particular element that has been deleted. | |
FindElement | Gets an element with a specified ID. | |
FindElementLink | Finds a particular instance of a domain relationship. | |
FindElements(Guid) | Finds all elements in the directory of a specified type. | |
FindElements(DomainClassInfo) | Finds all elements in the directory of a specified type. | |
FindElements(Guid, Boolean) | Finds all elements in the directory of a specified type. | |
FindElements(DomainClassInfo, 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 | Gets a particular element that has been deleted. | |
GetElement | Gets a particular element. | |
GetElementLink | Gets a particular instance of a domain relationship. | |
GetElements | Get the set of elements from the IDs in a particular set. |
Top