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>>

标识对象成员的表达式。

返回

适用于