次の方法で共有


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

オブジェクト メンバーを識別する式。

戻り値

適用対象