다음을 통해 공유


IValueSource.TryGetValue(IValueDescriptor, BindingContext, Object) 메서드

정의

바인딩 컨텍스트에서 값을 가져옵니다. 반환 값은 지정된 값 설명자와 일치하는 값이 있는지 여부를 나타냅니다.

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

매개 변수

valueDescriptor
IValueDescriptor

바인딩할 값에 대한 설명자입니다.

bindingContext
BindingContext

값을 바인딩할 바인딩 컨텍스트입니다.

boundValue
Object

바인딩된 값입니다.

반환

일치하는 값이 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상