ClosureElementOperation Class

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.

See Also

Reference

ClosureElementOperation Members

Microsoft.VisualStudio.Modeling Namespace