ValidationMessageStore.Item[Expression<Func 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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내의 지정된 필드에 대한 유효성 검사 메시지입니다.