ValidationMessageStore.Item[Expression<Func プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Item[FieldIdentifier] |
指定したフィールドのこの ValidationMessageStore 内の検証メッセージを取得します。 すべての検証メッセージ ストアで検証メッセージを取得するには、代わりに を使用 GetValidationMessages(FieldIdentifier) します |
Item[Expression<Func<Object>>] |
指定したフィールドのこの ValidationMessageStore 内の検証メッセージを取得します。 すべての検証メッセージ ストアで検証メッセージを取得するには、代わりに を使用 GetValidationMessages(FieldIdentifier) します |
Item[FieldIdentifier]
指定したフィールドのこの ValidationMessageStore 内の検証メッセージを取得します。
すべての検証メッセージ ストアで検証メッセージを取得するには、代わりに を使用 GetValidationMessages(FieldIdentifier) します
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ default[Microsoft::AspNetCore::Components::Forms::FieldIdentifier] { System::Collections::Generic::IEnumerable<System::String ^> ^ get(Microsoft::AspNetCore::Components::Forms::FieldIdentifier fieldIdentifier); };
public System.Collections.Generic.IEnumerable<string> this[Microsoft.AspNetCore.Components.Forms.FieldIdentifier fieldIdentifier] { get; }
member this.Item(Microsoft.AspNetCore.Components.Forms.FieldIdentifier) : seq<string>
Default Public ReadOnly Property Item(fieldIdentifier As FieldIdentifier) As IEnumerable(Of String)
パラメーター
- fieldIdentifier
- FieldIdentifier
フィールドの識別子。
プロパティ値
この ValidationMessageStore内の指定されたフィールドの検証メッセージ。
適用対象
Item[Expression<Func<Object>>]
指定したフィールドのこの ValidationMessageStore 内の検証メッセージを取得します。
すべての検証メッセージ ストアで検証メッセージを取得するには、代わりに を使用 GetValidationMessages(FieldIdentifier) します
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ default[System::Linq::Expressions::Expression<Func<System::Object ^> ^> ^] { System::Collections::Generic::IEnumerable<System::String ^> ^ get(System::Linq::Expressions::Expression<Func<System::Object ^> ^> ^ accessor); };
public System.Collections.Generic.IEnumerable<string> this[System.Linq.Expressions.Expression<Func<object>> accessor] { get; }
member this.Item(System.Linq.Expressions.Expression<Func<obj>>) : seq<string>
Default Public ReadOnly Property Item(accessor As Expression(Of Func(Of Object))) As IEnumerable(Of String)
パラメーター
- accessor
- Expression<Func<Object>>
フィールドの識別子。
プロパティ値
この ValidationMessageStore内の指定されたフィールドの検証メッセージ。