VocabularyDictionary.Item[] Propriété
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
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