다음을 통해 공유


ValidationMessageStore.Item[Expression<Func 속성

정의

오버로드

Item[FieldIdentifier]

지정된 필드에 대한 이 ValidationMessageStore 내의 유효성 검사 메시지를 가져옵니다.

모든 유효성 검사 메시지 저장소에서 유효성 검사 메시지를 얻으려면 대신 를 사용합니다 GetValidationMessages(FieldIdentifier) .

Item[Expression<Func<Object>>]

지정된 필드에 대한 이 ValidationMessageStore 내의 유효성 검사 메시지를 가져옵니다.

모든 유효성 검사 메시지 저장소에서 유효성 검사 메시지를 얻으려면 대신 를 사용합니다 GetValidationMessages(FieldIdentifier) .

Item[FieldIdentifier]

Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs

지정된 필드에 대한 이 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>>]

Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs
Source:
ValidationMessageStore.cs

지정된 필드에 대한 이 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내의 지정된 필드에 대한 유효성 검사 메시지입니다.

적용 대상