RuleStore.Remove Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Remove(VocabularyInfoCollection) | |
Remove(RuleSet) | |
Remove(RuleSetDictionary) | |
Remove(RuleSetInfo) | |
Remove(RuleSetInfoCollection) | |
Remove(Vocabulary) | |
Remove(VocabularyDictionary) | |
Remove(VocabularyInfo) |
Remove(VocabularyInfoCollection)
public:
abstract void Remove(Microsoft::RuleEngine::VocabularyInfoCollection ^ vocabularies);
public abstract void Remove (Microsoft.RuleEngine.VocabularyInfoCollection vocabularies);
abstract member Remove : Microsoft.RuleEngine.VocabularyInfoCollection -> unit
Public MustOverride Sub Remove (vocabularies As VocabularyInfoCollection)
Parâmetros
- vocabularies
- VocabularyInfoCollection
Aplica-se a
Remove(RuleSet)
public:
void Remove(Microsoft::RuleEngine::RuleSet ^ ruleSet);
public void Remove (Microsoft.RuleEngine.RuleSet ruleSet);
member this.Remove : Microsoft.RuleEngine.RuleSet -> unit
Parâmetros
- ruleSet
- RuleSet
Aplica-se a
Remove(RuleSetDictionary)
public:
void Remove(Microsoft::RuleEngine::RuleSetDictionary ^ ruleSets);
public void Remove (Microsoft.RuleEngine.RuleSetDictionary ruleSets);
member this.Remove : Microsoft.RuleEngine.RuleSetDictionary -> unit
Public Sub Remove (ruleSets As RuleSetDictionary)
Parâmetros
- ruleSets
- RuleSetDictionary
Aplica-se a
Remove(RuleSetInfo)
public:
abstract void Remove(Microsoft::RuleEngine::RuleSetInfo ^ ruleSet);
public abstract void Remove (Microsoft.RuleEngine.RuleSetInfo ruleSet);
abstract member Remove : Microsoft.RuleEngine.RuleSetInfo -> unit
Public MustOverride Sub Remove (ruleSet As RuleSetInfo)
Parâmetros
- ruleSet
- RuleSetInfo
Aplica-se a
Remove(RuleSetInfoCollection)
public:
abstract void Remove(Microsoft::RuleEngine::RuleSetInfoCollection ^ ruleSets);
public abstract void Remove (Microsoft.RuleEngine.RuleSetInfoCollection ruleSets);
abstract member Remove : Microsoft.RuleEngine.RuleSetInfoCollection -> unit
Public MustOverride Sub Remove (ruleSets As RuleSetInfoCollection)
Parâmetros
- ruleSets
- RuleSetInfoCollection
Aplica-se a
Remove(Vocabulary)
public:
void Remove(Microsoft::RuleEngine::Vocabulary ^ vocabulary);
public void Remove (Microsoft.RuleEngine.Vocabulary vocabulary);
member this.Remove : Microsoft.RuleEngine.Vocabulary -> unit
Parâmetros
- vocabulary
- Vocabulary
Aplica-se a
Remove(VocabularyDictionary)
public:
void Remove(Microsoft::RuleEngine::VocabularyDictionary ^ vocabularies);
public void Remove (Microsoft.RuleEngine.VocabularyDictionary vocabularies);
member this.Remove : Microsoft.RuleEngine.VocabularyDictionary -> unit
Public Sub Remove (vocabularies As VocabularyDictionary)
Parâmetros
- vocabularies
- VocabularyDictionary
Aplica-se a
Remove(VocabularyInfo)
public:
abstract void Remove(Microsoft::RuleEngine::VocabularyInfo ^ vocabulary);
public abstract void Remove (Microsoft.RuleEngine.VocabularyInfo vocabulary);
abstract member Remove : Microsoft.RuleEngine.VocabularyInfo -> unit
Public MustOverride Sub Remove (vocabulary As VocabularyInfo)
Parâmetros
- vocabulary
- VocabularyInfo