TextPatternRangeEndpoint Výčet

Definice

Umožňuje identifikovat koncové body při volání metod TextPatternRange. Každý TextPatternRange má dva koncové body (Start a End).

public enum class TextPatternRangeEndpoint
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("62242CAC-9CD0-4364-813D-4F0A36DD842D")]
public enum TextPatternRangeEndpoint
public enum TextPatternRangeEndpoint
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("62242CAC-9CD0-4364-813D-4F0A36DD842D")>]
type TextPatternRangeEndpoint = 
type TextPatternRangeEndpoint = 
Public Enum TextPatternRangeEndpoint
Dědičnost
TextPatternRangeEndpoint
Atributy

Pole

End 1

Určuje koncový bod oblasti.

Start 0

Určuje výchozí bod rozsahu.

Platí pro