VocabularyDictionary.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Item[VocabularyInfo] | |
Item[String] |
Item[VocabularyInfo]
public:
property Microsoft::RuleEngine::Vocabulary ^ default[Microsoft::RuleEngine::VocabularyInfo ^] { Microsoft::RuleEngine::Vocabulary ^ get(Microsoft::RuleEngine::VocabularyInfo ^ vocabularyInfo); void set(Microsoft::RuleEngine::VocabularyInfo ^ vocabularyInfo, Microsoft::RuleEngine::Vocabulary ^ value); };
public Microsoft.RuleEngine.Vocabulary this[Microsoft.RuleEngine.VocabularyInfo vocabularyInfo] { get; set; }
member this.Item(Microsoft.RuleEngine.VocabularyInfo) : Microsoft.RuleEngine.Vocabulary with get, set
Default Public Property Item(vocabularyInfo As VocabularyInfo) As Vocabulary
パラメーター
- vocabularyInfo
- VocabularyInfo
プロパティ値
適用対象
Item[String]
public:
property Microsoft::RuleEngine::Vocabulary ^ default[System::String ^] { Microsoft::RuleEngine::Vocabulary ^ get(System::String ^ vocabularyName); void set(System::String ^ vocabularyName, Microsoft::RuleEngine::Vocabulary ^ value); };
public Microsoft.RuleEngine.Vocabulary this[string vocabularyName] { get; set; }
member this.Item(string) : Microsoft.RuleEngine.Vocabulary with get, set
Default Public Property Item(vocabularyName As String) As Vocabulary
パラメーター
- vocabularyName
- String