IValueSource.TryGetValue(IValueDescriptor, BindingContext, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur à partir d’un contexte de liaison. Une valeur de retour indique si une valeur correspondant au descripteur de valeur spécifié était présente.
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
Paramètres
- valueDescriptor
- IValueDescriptor
Descripteur pour la valeur à lier.
- bindingContext
- BindingContext
Contexte de liaison à partir duquel lier la valeur.
- boundValue
- Object
Valeur liée.
Retours
true
si une valeur correspondante a été trouvée ; sinon, false
.