BinderBase<T>.IValueSource.TryGetValue Yöntem

Tanım

Bağlama bağlamından değer almaya çalışır. Dönüş değeri, belirtilen değer tanımlayıcısı ile eşleşen bir değerin mevcut olup olmadığını gösterir.

 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

Parametreler

valueDescriptor
IValueDescriptor

Bağlanacak değerin tanımlayıcısı.

bindingContext
BindingContext

Değerin bağlandığı bağlama bağlamı.

boundValue
Object

Bu yöntem döndürdüğünde, ilişkili değeri içerir.

Döndürülenler

true eşleşen bir değer bulunduysa; aksi takdirde , false.

Uygulamalar

Şunlara uygulanır