InspectorField.ReverseLookup(String, 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.
Get the index from a list of strings using string comparison
public:
static int ReverseLookup(System::String ^ option, cli::array <System::String ^> ^ options);
public static int ReverseLookup (string option, string[] options);
static member ReverseLookup : string * string[] -> int
Public Shared Function ReverseLookup (option As String, options As String()) As Integer
Parameters
- option
- String
- options
- String[]