MaskedTextProvider.FindNonEditPositionFrom(Int32, Boolean) Method
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.
Returns the position of the first non-editable position after the specified position using the specified search direction.
public:
int FindNonEditPositionFrom(int position, bool direction);
public int FindNonEditPositionFrom(int position, bool direction);
member this.FindNonEditPositionFrom : int * bool -> int
Public Function FindNonEditPositionFrom (position As Integer, direction As Boolean) As Integer
- position
- Int32
The zero-based position in the formatted string to start the search.
- direction
- Boolean
A Boolean indicating the search direction; either true
to search forward or false
to search backward.
If successful, an Int32 representing the zero-based position of the first literal position encountered; otherwise InvalidIndex.
The FindNonEditPositionFrom method is used to search for the next literal character in the formatted string after the specified position. The result can subsequently be passed as a parameter to the Item[] indexer to obtain the literal value at this position.
The FindEditPositionFrom method is the complement of this method.
Produkt | Verzie |
---|---|
.NET | Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0, 2.1 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: