ClosureElementOperation Class

 

Represents closure element operations.

Namespace:   Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling::ClosureElementOperation
    Microsoft.VisualStudio.Modeling::ClosureFindElementOperation

[SerializableAttribute]
public ref class ClosureElementOperation abstract 

NameDescription
System_CAPS_protmethodClosureElementOperation()

Initializes a new instance of the ClosureElementOperation class.

System_CAPS_protmethodClosureElementOperation(SerializationInfo^, StreamingContext)

Initializes a new instance of the ClosureElementOperation class.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Gets the element that requires the closure operation.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolve(Partition^, ElementGroup^)

Resolves the Partition, which contains elements in a store.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticClosureElementOperationList

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.

Return to top
Show: