BusinessRulesLanguageConverter.Load メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- input
- Stream
- vocabularies
- VocabularyDictionary
- ruleSets
- RuleSetDictionary