RuleStore.GetReferencedVocabularies Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
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
Parametry
- ruleSetInfo
- RuleSetInfo
Zwraca
Dotyczy
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
Parametry
- vocabularyInfo
- VocabularyInfo
Zwraca
Dotyczy
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
Parametry typu
- T
Parametry
- ruleSet
- RuleSet
- callback
- RuleStore.VocabularyLinkFound<T>
- parameter
- T
Dotyczy
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
Parametry typu
- T
Parametry
- vocabulary
- Vocabulary
- parameter
- T