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


FieldIdentifier.Create<TField> Метод

Определение

Инициализирует новый экземпляр структуры FieldIdentifier.

public:
generic <typename TField>
 static Microsoft::AspNetCore::Components::Forms::FieldIdentifier Create(System::Linq::Expressions::Expression<Func<TField> ^> ^ accessor);
public static Microsoft.AspNetCore.Components.Forms.FieldIdentifier Create<TField> (System.Linq.Expressions.Expression<Func<TField>> accessor);
static member Create : System.Linq.Expressions.Expression<Func<'Field>> -> Microsoft.AspNetCore.Components.Forms.FieldIdentifier
Public Shared Function Create(Of TField) (accessor As Expression(Of Func(Of TField))) As FieldIdentifier

Параметры типа

TField

Поле Type.

Параметры

accessor
Expression<Func<TField>>

Выражение, идентифицирующее элемент объекта.

Возвращаемое значение

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