Partilhar via


BoundValue.DefaultForValueDescriptor(IValueDescriptor) Método

Definição

Obtém um BoundValue que representa o valor padrão de um especificado IValueDescriptor.

public:
 static System::CommandLine::Binding::BoundValue DefaultForValueDescriptor(System::CommandLine::Binding::IValueDescriptor ^ valueDescriptor);
public static System.CommandLine.Binding.BoundValue DefaultForValueDescriptor (System.CommandLine.Binding.IValueDescriptor valueDescriptor);
static member DefaultForValueDescriptor : System.CommandLine.Binding.IValueDescriptor -> System.CommandLine.Binding.BoundValue
Public Shared Function DefaultForValueDescriptor (valueDescriptor As IValueDescriptor) As BoundValue

Parâmetros

valueDescriptor
IValueDescriptor

Um descritor de valor para o qual obter o valor padrão.

Retornos

Um BoundValue que representa o valor padrão de um especificado IValueDescriptor.

Aplica-se a