FormDataSource.__findValue_IntImpl__(Int32, String) 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.
public:
virtual bool __findValue_IntImpl__(int _field, System::String ^ _value);
public virtual bool __findValue_IntImpl__ (int _field, string _value);
abstract member __findValue_IntImpl__ : int * string -> bool
override this.__findValue_IntImpl__ : int * string -> bool
Public Overridable Function __findValue_IntImpl__ (_field As Integer, _value As String) As Boolean
Parameters
- _field
- Int32
- _value
- String