SimpleNodeAdapter.IsCriteriaMatched(Object) Method
Definition
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.
Returns true if the specified children matches the adapter criteria and will be included in the result. The default implementation always return true.
public virtual bool IsCriteriaMatched (object reference);
abstract member IsCriteriaMatched : obj -> bool
override this.IsCriteriaMatched : obj -> bool
Public Overridable Function IsCriteriaMatched (reference As Object) As Boolean
Parameters
- reference
- Object