Поделиться через


DisplayMetadata.EditFormatStringProvider Свойство

Определение

Возвращает или задает делегат, используемый для получения строки формата редактирования для модели. См. раздел EditFormatString.

public:
 property Func<System::String ^> ^ EditFormatStringProvider { Func<System::String ^> ^ get(); void set(Func<System::String ^> ^ value); };
public Func<string> EditFormatStringProvider { get; set; }
public Func<string?> EditFormatStringProvider { get; set; }
member this.EditFormatStringProvider : Func<string> with get, set
Public Property EditFormatStringProvider As Func(Of String)

Значение свойства

Комментарии

Параметр EditFormatStringProvider также изменяет EditFormatString.

IDisplayMetadataProvider Экземпляры, задали этому свойству значение, отличное от значения по умолчанию, также должны иметь значение HasNonDefaultEditFormattrue.

Применяется к