Bewerken

TextPatternRangeEndpoint Enum

Definition

Allows the endpoints to be identified when calling methods of TextPatternRange. Each TextPatternRange has two endpoints (Start and End).

public enum class TextPatternRangeEndpoint
public enum TextPatternRangeEndpoint
type TextPatternRangeEndpoint = 
Public Enum TextPatternRangeEndpoint
Inheritance
TextPatternRangeEndpoint

Fields

Name Value Description
Start 0

Identifies the starting point of the range.

End 1

Identifies the ending point of the range.

Applies to