VocabularyDictionary.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- vocabulary
- Vocabulary
Applies to
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)
Parameters
- vocabulary
- VocabularyInfo
Applies to
Remove(String)
public:
void Remove(System::String ^ vocabularyName);
public void Remove (string vocabularyName);
override this.Remove : string -> unit
Public Sub Remove (vocabularyName As String)
Parameters
- vocabularyName
- String