RuleStore.GetReferencedVocabularies Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- ruleSetInfo
- RuleSetInfo
Retours
S’applique à
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
Paramètres
- vocabularyInfo
- VocabularyInfo
Retours
S’applique à
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
Paramètres de type
- T
Paramètres
- ruleSet
- RuleSet
- callback
- RuleStore.VocabularyLinkFound<T>
- parameter
- T
S’applique à
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
Paramètres de type
- T
Paramètres
- vocabulary
- Vocabulary
- parameter
- T