Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents closure element operations.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class ClosureElementOperation
'Usage
Dim instance As ClosureElementOperation
[SerializableAttribute]
public abstract class ClosureElementOperation
[SerializableAttribute]
public ref class ClosureElementOperation abstract
public abstract class ClosureElementOperation
Remarks
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.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.ClosureElementOperation
Microsoft.VisualStudio.Modeling.ClosureFindElementOperation
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.