Partager via


VocabularyDictionary.Item[] Propriété

Définition

Surcharges

Item[VocabularyInfo]
Item[String]

Item[VocabularyInfo]

public:
 property Microsoft::RuleEngine::Vocabulary ^ default[Microsoft::RuleEngine::VocabularyInfo ^] { Microsoft::RuleEngine::Vocabulary ^ get(Microsoft::RuleEngine::VocabularyInfo ^ vocabularyInfo); void set(Microsoft::RuleEngine::VocabularyInfo ^ vocabularyInfo, Microsoft::RuleEngine::Vocabulary ^ value); };
public Microsoft.RuleEngine.Vocabulary this[Microsoft.RuleEngine.VocabularyInfo vocabularyInfo] { get; set; }
member this.Item(Microsoft.RuleEngine.VocabularyInfo) : Microsoft.RuleEngine.Vocabulary with get, set
Default Public Property Item(vocabularyInfo As VocabularyInfo) As Vocabulary

Paramètres

vocabularyInfo
VocabularyInfo

Valeur de propriété

S’applique à

Item[String]

public:
 property Microsoft::RuleEngine::Vocabulary ^ default[System::String ^] { Microsoft::RuleEngine::Vocabulary ^ get(System::String ^ vocabularyName); void set(System::String ^ vocabularyName, Microsoft::RuleEngine::Vocabulary ^ value); };
public Microsoft.RuleEngine.Vocabulary this[string vocabularyName] { get; set; }
member this.Item(string) : Microsoft.RuleEngine.Vocabulary with get, set
Default Public Property Item(vocabularyName As String) As Vocabulary

Paramètres

vocabularyName
String

Valeur de propriété

S’applique à