ClosureElementOperation Class
Represents closure element operations.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Microsoft.VisualStudio.Modeling::ClosureElementOperation
Microsoft.VisualStudio.Modeling::ClosureFindElementOperation
| Name | Description | |
|---|---|---|
![]() | ClosureElementOperation() | Initializes a new instance of the ClosureElementOperation class. |
![]() | ClosureElementOperation(SerializationInfo^, StreamingContext) | Initializes a new instance of the ClosureElementOperation class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | Gets the element that requires the closure operation. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Resolve(Partition^, ElementGroup^) | Resolves the Partition, which contains elements in a store. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ClosureElementOperationList | Represents the list of closure element operations. |
The ElementDirectory contains the graph of elements (nodes) and links. Closure defines a subgraph of the graph.
To delete an item from the graph, the framework must determine which additional items must be deleted. For example, if there is a parent-has-child relationship and the parent is deleted, the children are also deleted.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



