다음을 통해 공유


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입니다.

구현

적용 대상