ValidationStateDictionary.TryGetValue(Object, ValidationStateEntry) Method
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.
System.Object.TryGetValue(System.Object,Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry@)
public:
virtual bool TryGetValue(System::Object ^ key, [Runtime::InteropServices::Out] Microsoft::AspNetCore::Mvc::ModelBinding::Validation::ValidationStateEntry ^ % value);
public bool TryGetValue (object key, out Microsoft.AspNetCore.Mvc.ModelBinding.Validation.ValidationStateEntry value);
abstract member TryGetValue : obj * ValidationStateEntry -> bool
override this.TryGetValue : obj * ValidationStateEntry -> bool
Public Function TryGetValue (key As Object, ByRef value As ValidationStateEntry) As Boolean
Parameters
- key
- Object
- value
- ValidationStateEntry