Expression.FunctionTable.Remove 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| Remove(KeyValuePair<String,ExpressionEvaluator>) |
從使用者自訂函式中移除指定的索引鍵值組。 |
| Remove(String) |
從使用者自訂函式中移除指定的索引鍵。 |
Remove(KeyValuePair<String,ExpressionEvaluator>)
從使用者自訂函式中移除指定的索引鍵值組。
public bool Remove(System.Collections.Generic.KeyValuePair<string,AdaptiveExpressions.ExpressionEvaluator> item);
abstract member Remove : System.Collections.Generic.KeyValuePair<string, AdaptiveExpressions.ExpressionEvaluator> -> bool
override this.Remove : System.Collections.Generic.KeyValuePair<string, AdaptiveExpressions.ExpressionEvaluator> -> bool
Public Function Remove (item As KeyValuePair(Of String, ExpressionEvaluator)) As Boolean
參數
運算式Evaluator 的字串索引鍵值組。
傳回
布林值,指出是否成功移除索引鍵。
實作
適用於
Remove(String)
從使用者自訂函式中移除指定的索引鍵。
public bool Remove(string key);
abstract member Remove : string -> bool
override this.Remove : string -> bool
Public Function Remove (key As String) As Boolean
參數
- key
- String
函式名稱的字串索引鍵。
傳回
布林值,指出是否成功移除索引鍵。