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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
声明
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
- element
Type: Microsoft.VisualStudio.Modeling.ModelElement
the target element to compare
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.