BinderBase<T>.IValueDescriptor.GetDefaultValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取默认值(如果有)。
virtual System::Object ^ System.CommandLine.Binding.IValueDescriptor.GetDefaultValue() = System::CommandLine::Binding::IValueDescriptor::GetDefaultValue;
object? IValueDescriptor.GetDefaultValue ();
abstract member System.CommandLine.Binding.IValueDescriptor.GetDefaultValue : unit -> obj
override this.System.CommandLine.Binding.IValueDescriptor.GetDefaultValue : unit -> obj
Function GetDefaultValue () As Object Implements IValueDescriptor.GetDefaultValue
返回
一个表示默认值的 对象。