TypedXmlDocument.OnSetSelectors(IRuleSetExecutor, XPathPair[]) 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.
public:
virtual void OnSetSelectors(Microsoft::RuleEngine::IRuleSetExecutor ^ executor, cli::array <Microsoft::RuleEngine::XPathPair ^> ^ selectors);
public virtual void OnSetSelectors (Microsoft.RuleEngine.IRuleSetExecutor executor, Microsoft.RuleEngine.XPathPair[] selectors);
abstract member OnSetSelectors : Microsoft.RuleEngine.IRuleSetExecutor * Microsoft.RuleEngine.XPathPair[] -> unit
override this.OnSetSelectors : Microsoft.RuleEngine.IRuleSetExecutor * Microsoft.RuleEngine.XPathPair[] -> unit
Public Overridable Sub OnSetSelectors (executor As IRuleSetExecutor, selectors As XPathPair())
Parameters
- executor
- IRuleSetExecutor
- selectors
- XPathPair[]