Share via


ClosureFindElementOperation.Matches Method

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

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

Syntax

'Declaration
Public Overridable Function Matches ( _
    element As ModelElement _
) As Boolean
public virtual bool Matches(
    ModelElement element
)
public:
virtual bool Matches(
    ModelElement^ element
)
abstract Matches : 
        element:ModelElement -> bool  
override Matches : 
        element:ModelElement -> bool
public function Matches(
    element : ModelElement
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the element matches

Remarks

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

.NET Framework Security

See Also

Reference

ClosureFindElementOperation Class

Microsoft.VisualStudio.Modeling Namespace