VocabularyDictionary.Remove Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Remove(Vocabulary)
public:
void Remove(Microsoft::RuleEngine::Vocabulary ^ vocabulary);
public void Remove(Microsoft.RuleEngine.Vocabulary vocabulary);
override this.Remove : Microsoft.RuleEngine.Vocabulary -> unit
Parameter
- vocabulary
- Vocabulary
Gilt für:
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)
Parameter
- vocabulary
- VocabularyInfo
Gilt für:
Remove(String)
public:
void Remove(System::String ^ vocabularyName);
public void Remove(string vocabularyName);
override this.Remove : string -> unit
Public Sub Remove (vocabularyName As String)
Parameter
- vocabularyName
- String