[This is preliminary documentation and is subject to change.]
Evaluates this rule against a SifDataObject and returns the text value
of the element or attribute that satisfied the query.
| C# | Visual Basic | Visual C++ |
public override string Evaluate( SifDataObject data )
Public Overrides Function Evaluate ( _ data As SifDataObject _ ) As String
public: virtual String^ Evaluate ( SifDataObject^ data ) override
- data (SifDataObject)
- The SifDataObject the rule is evaluated against
The text value of the element or attribute that satisfied the
query, or null if no match found