ValidationStateDictionary.IDictionary<Object,ValidationStateEntry>.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the element with the specified key.
property Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^ System::Collections::Generic::IDictionary<System::Object,Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry>::Item[System::Object ^] { Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^ get(System::Object ^ key); void set(System::Object ^ key, Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^ value); };
Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry System.Collections.Generic.IDictionary<System.Object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>.Item[object key] { get; set; }
member this.System.Collections.Generic.IDictionary<System.Object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry>.Item(obj) : Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry with get, set
Property Item(key As Object) As ValidationStateEntry Implements IDictionary(Of Object, ValidationStateEntry).Item
Parameters
- key
- Object