SearchSpace.TryGetValue(String, OptionBase) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
System.Object.TryGetValue(System.String,Microsoft.ML.SearchSpace.Option.OptionBase@)
public bool TryGetValue (string key, out Microsoft.ML.SearchSpace.Option.OptionBase value);
abstract member TryGetValue : string * OptionBase -> bool
override this.TryGetValue : string * OptionBase -> bool
Public Function TryGetValue (key As String, ByRef value As OptionBase) As Boolean
参数
- key
- String
- value
- OptionBase