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

개체 멤버를 식별하는 식입니다.

반환

적용 대상