Share via


ClosureFindOrCreateElementOperation Class

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

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ClosureFindOrCreateElementOperation _
    Inherits ClosureFindElementOperation _
    Implements ISerializable
'Usage
Dim instance As ClosureFindOrCreateElementOperation
[SerializableAttribute]
public class ClosureFindOrCreateElementOperation : ClosureFindElementOperation, 
    ISerializable
[SerializableAttribute]
public ref class ClosureFindOrCreateElementOperation : public ClosureFindElementOperation, 
    ISerializable
public class ClosureFindOrCreateElementOperation extends ClosureFindElementOperation implements ISerializable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.ClosureElementOperation
    Microsoft.VisualStudio.Modeling.ClosureFindElementOperation
      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.

See Also

Reference

ClosureFindOrCreateElementOperation Members

Microsoft.VisualStudio.Modeling Namespace