Поделиться через


BinderBase<T>.IValueSource.TryGetValue Метод

Определение

Пытается получить значение из контекста привязки. Возвращаемое значение указывает, присутствовало ли значение, соответствующее указанному дескриптору значения.

 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

Параметры

valueDescriptor
IValueDescriptor

Дескриптор для привязаемого значения.

bindingContext
BindingContext

Контекст привязки, из которого привязывается значение.

boundValue
Object

При возврате этим методом содержит привязанное значение.

Возвращаемое значение

Значение true, если соответствующее значение найдено; в противном случае — значение false.

Реализации

Применяется к