TextBuffer.ignoreCase 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.
Overloads
ignoreCase() | |
ignoreCase(Boolean) |
ignoreCase()
public:
virtual bool ignoreCase();
public virtual bool ignoreCase ();
abstract member ignoreCase : unit -> bool
override this.ignoreCase : unit -> bool
Public Overridable Function ignoreCase () As Boolean
Returns
Applies to
ignoreCase(Boolean)
public:
virtual bool ignoreCase(bool _ignoreCase);
public virtual bool ignoreCase (bool _ignoreCase);
abstract member ignoreCase : bool -> bool
override this.ignoreCase : bool -> bool
Public Overridable Function ignoreCase (_ignoreCase As Boolean) As Boolean
Parameters
- _ignoreCase
- Boolean