Udostępnij za pośrednictwem


ValidationMessageStore.Item[Expression<Func Właściwość

Definicja

Przeciążenia

Item[FieldIdentifier]

Pobiera komunikaty sprawdzania poprawności w tym ValidationMessageStore polu dla określonego pola.

Aby pobrać komunikaty sprawdzania poprawności we wszystkich magazynach komunikatów weryfikacji, użyj zamiast tego polecenia GetValidationMessages(FieldIdentifier)

Item[Expression<Func<Object>>]

Pobiera komunikaty sprawdzania poprawności w tym ValidationMessageStore polu dla określonego pola.

Aby pobrać komunikaty sprawdzania poprawności we wszystkich magazynach komunikatów weryfikacji, użyj zamiast tego polecenia GetValidationMessages(FieldIdentifier)

Item[FieldIdentifier]

Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs

Pobiera komunikaty sprawdzania poprawności w tym ValidationMessageStore polu dla określonego pola.

Aby pobrać komunikaty sprawdzania poprawności we wszystkich magazynach komunikatów weryfikacji, użyj zamiast tego polecenia 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)

Parametry

fieldIdentifier
FieldIdentifier

Identyfikator pola.

Wartość właściwości

Komunikaty sprawdzania poprawności dla określonego pola w tym ValidationMessageStoreobiekcie .

Dotyczy

Item[Expression<Func<Object>>]

Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs
Źródło:
ValidationMessageStore.cs

Pobiera komunikaty sprawdzania poprawności w tym ValidationMessageStore polu dla określonego pola.

Aby pobrać komunikaty sprawdzania poprawności we wszystkich magazynach komunikatów weryfikacji, użyj zamiast tego polecenia 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)

Parametry

accessor
Expression<Func<Object>>

Identyfikator pola.

Wartość właściwości

Komunikaty sprawdzania poprawności dla określonego pola w tym ValidationMessageStoreobiekcie .

Dotyczy