BusinessRulesLanguageConverter.Load Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
virtual void Load(System::IO::Stream ^ input, [Runtime::InteropServices::Out] Microsoft::RuleEngine::VocabularyDictionary ^ % vocabularies, [Runtime::InteropServices::Out] Microsoft::RuleEngine::RuleSetDictionary ^ % ruleSets);
public void Load (System.IO.Stream input, out Microsoft.RuleEngine.VocabularyDictionary vocabularies, out Microsoft.RuleEngine.RuleSetDictionary ruleSets);
abstract member Load : System.IO.Stream * VocabularyDictionary * RuleSetDictionary -> unit
override this.Load : System.IO.Stream * VocabularyDictionary * RuleSetDictionary -> unit
Public Sub Load (input As Stream, ByRef vocabularies As VocabularyDictionary, ByRef ruleSets As RuleSetDictionary)
Paramètres
- input
- Stream
- vocabularies
- VocabularyDictionary
- ruleSets
- RuleSetDictionary