共用方式為


RuleStore.Info 方法

定義

多載

Info(RuleSet)
Info(Vocabulary)

Info(RuleSet)

protected:
 static Microsoft::RuleEngine::RuleSetInfo ^ Info(Microsoft::RuleEngine::RuleSet ^ ruleset);
protected static Microsoft.RuleEngine.RuleSetInfo Info (Microsoft.RuleEngine.RuleSet ruleset);
static member Info : Microsoft.RuleEngine.RuleSet -> Microsoft.RuleEngine.RuleSetInfo

參數

ruleset
RuleSet

傳回

適用於

Info(Vocabulary)

protected:
 static Microsoft::RuleEngine::VocabularyInfo ^ Info(Microsoft::RuleEngine::Vocabulary ^ vocabulary);
protected static Microsoft.RuleEngine.VocabularyInfo Info (Microsoft.RuleEngine.Vocabulary vocabulary);
static member Info : Microsoft.RuleEngine.Vocabulary -> Microsoft.RuleEngine.VocabularyInfo

參數

vocabulary
Vocabulary

傳回

適用於