BinderBase<T>.IValueSource.TryGetValue Metodo

Definizione

Tenta di ottenere un valore da un contesto di associazione. Il valore restituito indica se è presente un valore corrispondente al descrittore di valore specificato.

 virtual bool System.CommandLine.Binding.IValueSource.TryGetValue(System::CommandLine::Binding::IValueDescriptor ^ valueDescriptor, System::CommandLine::Binding::BindingContext ^ bindingContext, [Runtime::InteropServices::Out] System::Object ^ % boundValue) = System::CommandLine::Binding::IValueSource::TryGetValue;
bool IValueSource.TryGetValue (System.CommandLine.Binding.IValueDescriptor valueDescriptor, System.CommandLine.Binding.BindingContext? bindingContext, out object? boundValue);
abstract member System.CommandLine.Binding.IValueSource.TryGetValue : System.CommandLine.Binding.IValueDescriptor * System.CommandLine.Binding.BindingContext * obj -> bool
override this.System.CommandLine.Binding.IValueSource.TryGetValue : System.CommandLine.Binding.IValueDescriptor * System.CommandLine.Binding.BindingContext * obj -> bool
Function TryGetValue (valueDescriptor As IValueDescriptor, bindingContext As BindingContext, ByRef boundValue As Object) As Boolean Implements IValueSource.TryGetValue

Parametri

valueDescriptor
IValueDescriptor

Descrittore per il valore da associare.

bindingContext
BindingContext

Contesto di associazione da cui associare il valore.

boundValue
Object

Quando termina, questo metodo contiene il valore associato.

Restituisce

true se viene trovato un valore corrispondente; in caso contrario, false.

Implementazioni

Si applica a