VocabularyDictionary.Remove Méthode
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
Remove(Vocabulary) | |
Remove(VocabularyInfo) | |
Remove(String) |
Remove(Vocabulary)
public:
void Remove(Microsoft::RuleEngine::Vocabulary ^ vocabulary);
public void Remove (Microsoft.RuleEngine.Vocabulary vocabulary);
override this.Remove : Microsoft.RuleEngine.Vocabulary -> unit
Paramètres
- vocabulary
- Vocabulary
S’applique à
Remove(VocabularyInfo)
public:
void Remove(Microsoft::RuleEngine::VocabularyInfo ^ vocabulary);
public void Remove (Microsoft.RuleEngine.VocabularyInfo vocabulary);
override this.Remove : Microsoft.RuleEngine.VocabularyInfo -> unit
Public Sub Remove (vocabulary As VocabularyInfo)
Paramètres
- vocabulary
- VocabularyInfo
S’applique à
Remove(String)
public:
void Remove(System::String ^ vocabularyName);
public void Remove (string vocabularyName);
override this.Remove : string -> unit
Public Sub Remove (vocabularyName As String)
Paramètres
- vocabularyName
- String