ClosureFindElementOperation Class
Represents a closure operation that marks a find target element operation.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ClosureFindElementOperation _
Inherits ClosureElementOperation _
Implements ISerializable
'Usage
Dim instance As ClosureFindElementOperation
[SerializableAttribute]
public class ClosureFindElementOperation : ClosureElementOperation,
ISerializable
[SerializableAttribute]
public ref class ClosureFindElementOperation : public ClosureElementOperation,
ISerializable
public class ClosureFindElementOperation extends ClosureElementOperation implements ISerializable
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.ClosureElementOperation
Microsoft.VisualStudio.Modeling.ClosureFindElementOperation
Microsoft.VisualStudio.Modeling.ClosureFindAndRelateElementOperation
Microsoft.VisualStudio.Modeling.ClosureFindOrCreateElementOperation
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.