IRuleLanguageConverter.Load Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
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
Public Sub Load (input As Stream, ByRef vocabularies As VocabularyDictionary, ByRef ruleSets As RuleSetDictionary)
Parameter
- input
- Stream
- vocabularies
- VocabularyDictionary
- ruleSets
- RuleSetDictionary