Compartir a través de


VocabularyDictionary.Item[] Propiedad

Definición

Sobrecargas

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

Parámetros

vocabularyInfo
VocabularyInfo

Valor de propiedad

Se aplica a

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

Parámetros

vocabularyName
String

Valor de propiedad

Se aplica a