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