Parameter.TryGetValue(String, Parameter) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
System.Object.TryGetValue(System.String,System.Object@)
public bool TryGetValue (string key, out Microsoft.ML.SearchSpace.Parameter value);
abstract member TryGetValue : string * Parameter -> bool
override this.TryGetValue : string * Parameter -> bool
Public Function TryGetValue (key As String, ByRef value As Parameter) As Boolean
Parâmetros
- key
- String
- value
- Parameter