RuleStore.GetReferencedVocabularies Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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
Parámetros
- ruleSetInfo
- RuleSetInfo
Devoluciones
Se aplica a
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
Parámetros
- vocabularyInfo
- VocabularyInfo
Devoluciones
Se aplica a
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
Parámetros de tipo
- T
Parámetros
- ruleSet
- RuleSet
- callback
- RuleStore.VocabularyLinkFound<T>
- parameter
- T
Se aplica a
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
Parámetros de tipo
- T
Parámetros
- vocabulary
- Vocabulary
- parameter
- T