VocabularyDictionary.Remove Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- vocabulary
- Vocabulary
Si applica a
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)
Parametri
- vocabulary
- VocabularyInfo
Si applica a
Remove(String)
public:
void Remove(System::String ^ vocabularyName);
public void Remove (string vocabularyName);
override this.Remove : string -> unit
Public Sub Remove (vocabularyName As String)
Parametri
- vocabularyName
- String