Compartir a través de


RuleSetDictionary.Remove Método

Definición

Sobrecargas

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

Parámetros

ruleSet
RuleSet

Se aplica a

Remove(RuleSetInfo)

public:
 void Remove(Microsoft::RuleEngine::RuleSetInfo ^ ruleSetInfo);
public void Remove (Microsoft.RuleEngine.RuleSetInfo ruleSetInfo);
override this.Remove : Microsoft.RuleEngine.RuleSetInfo -> unit

Parámetros

ruleSetInfo
RuleSetInfo

Se aplica a

Remove(String)

public:
 void Remove(System::String ^ ruleSetName);
public void Remove (string ruleSetName);
override this.Remove : string -> unit
Public Sub Remove (ruleSetName As String)

Parámetros

ruleSetName
String

Se aplica a