ClosureFindElementOperation Class

 

Represents a closure operation that marks a find target element operation.

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


[SerializableAttribute]
public ref class ClosureFindElementOperation : ClosureElementOperation, 
	ISerializable

NameDescription
System_CAPS_pubmethodClosureFindElementOperation()

Default constructor

System_CAPS_pubmethodClosureFindElementOperation(ModelElement^)

Constructor

System_CAPS_protmethodClosureFindElementOperation(SerializationInfo^, StreamingContext)

Protected constructor. It is executed during deserialization.

NameDescription
System_CAPS_pubpropertySourceElementDomainClassId

Id of the domain class of the element

System_CAPS_pubpropertySourceElementId

Id of the element in the source store

System_CAPS_pubpropertyTargetElement

The element as found in the target store

System_CAPS_pubpropertyTargetElementId

Id of the element as found in the target store

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodFindElement(Guid, Guid, Store^, ElementGroup^)

default brute force search operation

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetObjectData(SerializationInfo^, StreamingContext)

Populates a SerializationInfo with the data needed to serialize the target object. This method is executed during serialization.(Overrides ClosureElementOperation::GetObjectData(SerializationInfo^, StreamingContext).)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodMatches(ModelElement^)

abstract method to determine that an element matches the one described by this find operation

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolve(Partition^, ElementGroup^)

Performs target resolution of this operation(Overrides ClosureElementOperation::Resolve(Partition^, ElementGroup^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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: