Condividi tramite


RuleSetDictionary.Remove Metodo

Definizione

Overload

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

Parametri

ruleSet
RuleSet

Si applica a

Remove(RuleSetInfo)

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

Parametri

ruleSetInfo
RuleSetInfo

Si applica 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)

Parametri

ruleSetName
String

Si applica a