RuleStore.GetReferencedVocabularies 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.
Overloads
GetReferencedVocabularies(RuleSetInfo)
public:
virtual Microsoft::RuleEngine::VocabularyInfoCollection ^ GetReferencedVocabularies(Microsoft::RuleEngine::RuleSetInfo ^ ruleSetInfo);
public virtual Microsoft.RuleEngine.VocabularyInfoCollection GetReferencedVocabularies (Microsoft.RuleEngine.RuleSetInfo ruleSetInfo);
abstract member GetReferencedVocabularies : Microsoft.RuleEngine.RuleSetInfo -> Microsoft.RuleEngine.VocabularyInfoCollection
override this.GetReferencedVocabularies : Microsoft.RuleEngine.RuleSetInfo -> Microsoft.RuleEngine.VocabularyInfoCollection
Parameters
- ruleSetInfo
- RuleSetInfo
Returns
Applies to
GetReferencedVocabularies(VocabularyInfo)
public:
virtual Microsoft::RuleEngine::VocabularyInfoCollection ^ GetReferencedVocabularies(Microsoft::RuleEngine::VocabularyInfo ^ vocabularyInfo);
public virtual Microsoft.RuleEngine.VocabularyInfoCollection GetReferencedVocabularies (Microsoft.RuleEngine.VocabularyInfo vocabularyInfo);
abstract member GetReferencedVocabularies : Microsoft.RuleEngine.VocabularyInfo -> Microsoft.RuleEngine.VocabularyInfoCollection
override this.GetReferencedVocabularies : Microsoft.RuleEngine.VocabularyInfo -> Microsoft.RuleEngine.VocabularyInfoCollection
Parameters
- vocabularyInfo
- VocabularyInfo
Returns
Applies to
GetReferencedVocabularies<T>(RuleSet, RuleStore.VocabularyLinkFound<T>, T)
public:
generic <typename T>
static void GetReferencedVocabularies(Microsoft::RuleEngine::RuleSet ^ ruleSet, Microsoft::RuleEngine::RuleStore::VocabularyLinkFound<T> ^ callback, T parameter);
public static void GetReferencedVocabularies<T> (Microsoft.RuleEngine.RuleSet ruleSet, Microsoft.RuleEngine.RuleStore.VocabularyLinkFound<T> callback, T parameter);
static member GetReferencedVocabularies : Microsoft.RuleEngine.RuleSet * Microsoft.RuleEngine.RuleStore.VocabularyLinkFound<'T> * 'T -> unit
Type Parameters
- T
Parameters
- ruleSet
- RuleSet
- callback
- RuleStore.VocabularyLinkFound<T>
- parameter
- T
Applies to
GetReferencedVocabularies<T>(Vocabulary, RuleStore.ValueDefinitionLinkFound<T>, T)
public:
generic <typename T>
static void GetReferencedVocabularies(Microsoft::RuleEngine::Vocabulary ^ vocabulary, Microsoft::RuleEngine::RuleStore::ValueDefinitionLinkFound<T> ^ callback, T parameter);
public static void GetReferencedVocabularies<T> (Microsoft.RuleEngine.Vocabulary vocabulary, Microsoft.RuleEngine.RuleStore.ValueDefinitionLinkFound<T> callback, T parameter);
static member GetReferencedVocabularies : Microsoft.RuleEngine.Vocabulary * Microsoft.RuleEngine.RuleStore.ValueDefinitionLinkFound<'T> * 'T -> unit
Type Parameters
- T
Parameters
- vocabulary
- Vocabulary
- parameter
- T