ClosureFindElementOperation.Matches(ModelElement) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
abstract method to determine that an element matches the one described by this find operation
C++
public:
virtual bool Matches(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public virtual bool Matches(Microsoft.VisualStudio.Modeling.ModelElement element);
abstract member Matches : Microsoft.VisualStudio.Modeling.ModelElement -> bool
override this.Matches : Microsoft.VisualStudio.Modeling.ModelElement -> bool
Public Overridable Function Matches (element As ModelElement) As Boolean
- element
- ModelElement
the target element to compare
true if the element matches
Produkt | Versiounen |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |