ParameterView.TryGetValue<TValue>(String, TValue) Método

Definição

Obtém o valor do parâmetro com o nome especificado.

public:
generic <typename TValue>
 bool TryGetValue(System::String ^ parameterName, [Runtime::InteropServices::Out] TValue % result);
public bool TryGetValue<TValue> (string parameterName, out TValue result);
member this.TryGetValue : string * 'Value -> bool
Public Function TryGetValue(Of TValue) (parameterName As String, ByRef result As TValue) As Boolean

Parâmetros de tipo

TValue

Tipo do valor.

Parâmetros

parameterName
String

O nome do parâmetro.

result
TValue

Recebe o resultado, se houver.

Retornos

True se um parâmetro correspondente foi encontrado; caso contrário, false.

Aplica-se a