RuleSetDictionary.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(RuleSet) | |
Remove(RuleSetInfo) | |
Remove(String) |
Remove(RuleSet)
public:
void Remove(Microsoft::RuleEngine::RuleSet ^ ruleSet);
public void Remove (Microsoft.RuleEngine.RuleSet ruleSet);
override this.Remove : Microsoft.RuleEngine.RuleSet -> unit
Paramètres
- ruleSet
- RuleSet
S’applique à
Remove(RuleSetInfo)
public:
void Remove(Microsoft::RuleEngine::RuleSetInfo ^ ruleSetInfo);
public void Remove (Microsoft.RuleEngine.RuleSetInfo ruleSetInfo);
override this.Remove : Microsoft.RuleEngine.RuleSetInfo -> unit
Paramètres
- ruleSetInfo
- RuleSetInfo
S’applique à
Remove(String)
public:
void Remove(System::String ^ ruleSetName);
public void Remove (string ruleSetName);
override this.Remove : string -> unit
Public Sub Remove (ruleSetName As String)
Paramètres
- ruleSetName
- String