IDebugOptionList120A.Find(Int32, String, Boolean) 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:
int Find(int lStartIndex, System::String ^ Name, bool useWildcard);
public int Find(int lStartIndex, string Name, bool useWildcard);
abstract member Find : int * string * bool -> int
Public Function Find (lStartIndex As Integer, Name As String, useWildcard As Boolean) As Integer
Parameters
- lStartIndex
- Int32
- Name
- String
- useWildcard
- Boolean