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)

public interface class IElementDirectory

NameDescription
System_CAPS_pubpropertyAllElements

Gets a read-only collection of all elements in the directory.

NameDescription
System_CAPS_pubmethodContainsDeletedElement(Guid)

Indicates whether an element is in the set of deleted elements.

System_CAPS_pubmethodContainsElement(Guid)

Gets whether an element with the specified ID is in the directory.

System_CAPS_pubmethodFindDeletedElement(Guid)

Finds a particular element that has been deleted.

System_CAPS_pubmethodFindElement(Guid)

Gets an element with a specified ID.

System_CAPS_pubmethodFindElementLink(Guid)

Finds a particular instance of a domain relationship.

System_CAPS_pubmethodFindElements(DomainClassInfo^)

Finds all elements in the directory of a specified type.

System_CAPS_pubmethodFindElements(DomainClassInfo^, Boolean)

Finds all elements in the directory of a specified type.

System_CAPS_pubmethodFindElements(Guid)

Finds all elements in the directory of a specified type.

System_CAPS_pubmethodFindElements(Guid, Boolean)

Finds all elements in the directory of a specified type.

System_CAPS_pubmethodFindElements<T>()

Finds all elements in the directory of a specified type.

System_CAPS_pubmethodFindElements<T>(Boolean)

Finds all elements in the directory of a specified type.

System_CAPS_pubmethodGetDeletedElement(Guid)

Gets a particular element that has been deleted.

System_CAPS_pubmethodGetElement(Guid)

Gets a particular element.

System_CAPS_pubmethodGetElementLink(Guid)

Gets a particular instance of a domain relationship.

System_CAPS_pubmethodGetElements(IEnumerable<Guid>^)

Get the set of elements from the IDs in a particular set.

Return to top
Show: