FindAll Constructors
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.
Overloads
FindAll(Term, Term) | |
FindAll(Term, Term, VocabularyLink) |
FindAll(Term, Term)
public:
FindAll(Microsoft::RuleEngine::Term ^ regularExpression, Microsoft::RuleEngine::Term ^ inputString);
public FindAll (Microsoft.RuleEngine.Term regularExpression, Microsoft.RuleEngine.Term inputString);
new Microsoft.RuleEngine.FindAll : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.FindAll
Public Sub New (regularExpression As Term, inputString As Term)
Parameters
- regularExpression
- Term
- inputString
- Term
Applies to
FindAll(Term, Term, VocabularyLink)
public:
FindAll(Microsoft::RuleEngine::Term ^ regularExpression, Microsoft::RuleEngine::Term ^ inputString, Microsoft::RuleEngine::VocabularyLink ^ vocabularyLink);
public FindAll (Microsoft.RuleEngine.Term regularExpression, Microsoft.RuleEngine.Term inputString, Microsoft.RuleEngine.VocabularyLink vocabularyLink);
new Microsoft.RuleEngine.FindAll : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.FindAll
Parameters
- regularExpression
- Term
- inputString
- Term
- vocabularyLink
- VocabularyLink